summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell/mwifiex/sta_ioctl.c
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2017-07-30 09:02:19 +0100
committerKalle Valo <kvalo@codeaurora.org>2017-08-03 12:32:27 +0300
commitfc81bab5eeb103711925d7510157cf5cd2b153f4 (patch)
treea81669d2d660ee5d360270686662899ac1e8ea97 /drivers/net/wireless/marvell/mwifiex/sta_ioctl.c
parent06384f7a54c67dd1be2ecd5c60783eac9e912a40 (diff)
rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
_rtl_pci_find_adapter fail path will jump to label fail3 for unsupported adapter types. However, on course for fail3 there will be call rtl_deinit_core before rtl_init_core. For the inclusion of checking pci_iounmap this fail can be moved to fail2. Fixes [ 4.492963] BUG: unable to handle kernel NULL pointer dereference at (null) [ 4.493067] IP: rtl_deinit_core+0x31/0x90 [rtlwifi] Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Cc: <stable@vger.kernel.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/marvell/mwifiex/sta_ioctl.c')
0 files changed, 0 insertions, 0 deletions