mwifiex: ie_list is an array, so no need to check if NULL
authorColin Ian King <colin.king@canonical.com>
Mon, 28 Mar 2016 15:53:33 +0000 (16:53 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 7 Apr 2016 16:39:18 +0000 (19:39 +0300)
commit001351881da1822b06e5d92e1fa2bf4920318e8c
tree12966bb41da9faa7eab916a7b04fe4378bf5fb07
parent84d17a2a5a0f9e19e25d0472f0528996d945826e
mwifiex: ie_list is an array, so no need to check if NULL

ap_ie->ie_list is an array of struct mwifiex_ie and can never
be null, so the null check on this array is redundant and can
be removed.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/uap_cmd.c