Re: wl12xx: remove redundant null check on wl->scan.ssid

2016-04-06 Thread Kalle Valo
> From: Colin Ian King > > ssid is an array of u8, so it can never be null, so the null check on > wl->scan.ssid is redundant and can be removed. > > Signed-off-by: Colin Ian King Thanks, applied to wireless-drivers-next.git. Kalle Valo

[PATCH] wl12xx: remove redundant null check on wl->scan.ssid

2016-03-19 Thread Colin King
From: Colin Ian King ssid is an array of u8, so it can never be null, so the null check on wl->scan.ssid is redundant and can be removed. Signed-off-by: Colin Ian King --- drivers/net/wireless/ti/wl12xx/scan.c | 2 +- 1 file changed, 1