Re: [PATCH] wl1251: check return from call to wl1251_acx_arp_ip_filter

2017-12-26 Thread Pavel Machek
On Tue 2017-12-26 17:33:18, Colin King wrote: > From: Colin Ian King > > 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 >

[PATCH] wl1251: check return from call to wl1251_acx_arp_ip_filter

2017-12-26 Thread Colin King
From: Colin Ian King 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,