commit | 8ce9beac4661f576ea0d518b9f086bb52a171a37 | [log] [tgz] |
---|---|---|
author | Felipe Pena <felipensp@gmail.com> | Wed Oct 16 21:40:24 2013 -0300 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Oct 18 13:41:11 2013 -0400 |
tree | 17252a7e40d40f61ca82b138a4e47fbe0898a0c9 | |
parent | 36165fd5b00bf8163f89c21bb16a3e9834555b10 [diff] |
drivers: net: wireless: b43: Fix possible NULL ptr dereference 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>