mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 18:11:56 +00:00
ac1181c608
Currently the less than zero error check on ret is incorrect
as it is checking a far earlier ret assignment rather than the
return from the call to wl1251_acx_arp_ip_filter. Fix this by
adding in the missing assginment.
Detected by CoverityScan, CID#1164835 ("Logically dead code")
Fixes:
|
||
---|---|---|
.. | ||
acx.c | ||
acx.h | ||
boot.c | ||
boot.h | ||
cmd.c | ||
cmd.h | ||
debugfs.c | ||
debugfs.h | ||
event.c | ||
event.h | ||
init.c | ||
init.h | ||
io.c | ||
io.h | ||
Kconfig | ||
main.c | ||
Makefile | ||
ps.c | ||
ps.h | ||
reg.h | ||
rx.c | ||
rx.h | ||
sdio.c | ||
spi.c | ||
spi.h | ||
tx.c | ||
tx.h | ||
wl12xx_80211.h | ||
wl1251.h |