aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorGravatar Colin Ian King <colin.king@canonical.com> 2021-09-07 11:28:14 +0100
committerGravatar David S. Miller <davem@davemloft.net> 2021-09-07 14:06:08 +0100
commit0f77f2defaf682eb7e7ef623168e49c74ae529e3 (patch)
tree2102ae59731f961f4081d0b0089bb9010f72669a /drivers
parentMerge branch 'stmmac-wol-fix' (diff)
downloadlinux-0f77f2defaf682eb7e7ef623168e49c74ae529e3.tar.gz
linux-0f77f2defaf682eb7e7ef623168e49c74ae529e3.tar.bz2
linux-0f77f2defaf682eb7e7ef623168e49c74ae529e3.zip
ieee802154: Remove redundant initialization of variable ret
The variable ret is being initialized with a value that is never read, it is being updated later on. The assignment is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions