]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: wilc1000: fixes variable dereferenced before check
authorLeo Kim <leo.kim@atmel.com>
Thu, 4 Feb 2016 09:15:40 +0000 (18:15 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 01:34:58 +0000 (17:34 -0800)
commitbc4b5b3cf7506fbd21dc42d46c53288fcda6632f
tree5590808329146d001b21d54e0f22e4e8195988e9
parent6750140dfc6a6331e4cf98f1fa3cc440cac42fc0
staging: wilc1000: fixes variable dereferenced before check

This patch fixes the warning reported by smatch.
 - wilc_wlan_get_firmware() warn: variable dereferenced before check 'vif'
 - wilc_set_multicast_list() warn: variable dereferenced before check 'dev'

Just delete them and no need add null check since they are net_device from
ndo_set_rx_mode of net_device_ops and vif of netdev_priv.

Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_wlan.c