linux-stable/drivers/net/wireless/ti
Colin Ian King ac1181c608 wl1251: check return from call to wl1251_acx_arp_ip_filter
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: 204cc5c44f ("wl1251: implement hardware ARP filtering")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2018-01-08 19:40:36 +02:00
..
wl12xx wlcore/wl12xx: Fix fw logger over sdio 2016-05-11 21:26:15 +03:00
wl18xx wl18xx: add checks on wl18xx_top_reg_write() return value 2017-06-28 21:18:40 +03:00
wl1251 wl1251: check return from call to wl1251_acx_arp_ip_filter 2018-01-08 19:40:36 +02:00
wlcore wlcore: fix unused function warning 2017-12-14 14:44:31 +02:00
Kconfig ti: unify Kconfig with other vendors 2015-11-18 14:28:31 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
wilink_platform_data.c