drivers: net: wireless: b43: Fix possible NULL ptr dereference
authorFelipe Pena <felipensp@gmail.com>
Thu, 17 Oct 2013 00:40:24 +0000 (21:40 -0300)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 18 Oct 2013 17:41:11 +0000 (13:41 -0400)
On the ternary expression the 'e' variable could be NULL dereferenced,
when b43_nphy_get_rf_ctl_over_rev7 function returns NULL.

Signed-off-by: Felipe Pena <felipensp@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found