]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
wl12xx: remove redundant null check on wl->scan.ssid
authorColin Ian King <colin.king@canonical.com>
Fri, 18 Mar 2016 16:20:48 +0000 (16:20 +0000)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 6 Apr 2016 18:39:23 +0000 (21:39 +0300)
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 <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

No differences found