WSL2-Linux-Kernel/net/mac802154
Colin Ian King 0f77f2defa 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>
2021-09-07 14:06:08 +01:00
..
Kconfig
Makefile
cfg.c
cfg.h
driver-ops.h
ieee802154_i.h
iface.c
llsec.c
llsec.h
mac_cmd.c
main.c
mib.c
rx.c
trace.c
trace.h
tx.c
util.c