commit | 16a1f736708239a13b475a5b12e5928a834805bc | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Fri Apr 19 10:14:31 2013 +0800 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Apr 22 15:20:25 2013 -0400 |
tree | f8fbf0e5139463a2deeffdeb30a3039009b29e9d | |
parent | 4fc4118cdb29ab946b8a586fc766ebb6ae1e1c90 [diff] |
brcmfmac: fix potential NULL pointer dereference in brcmf_fws_flow_control_check() The dereference to 'ifp' in debug code should be moved below the NULL test. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Acked-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>