]> git.baikalelectronics.ru Git - kernel.git/commit
mwifiex: do not free firmware dump memory in shutdown_drv
authorXinming Hu <huxm@marvell.com>
Wed, 16 Nov 2016 13:09:06 +0000 (18:39 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 12 Jan 2017 14:44:29 +0000 (16:44 +0200)
commitae59d72575a9fa34f5fa8d6be362b106645dc027
tree8b948de6c1550d4258cd13e08abcb515dd8378ea
parentd5ea59e0c1aafe255c765bc5d1a2a150630704c6
mwifiex: do not free firmware dump memory in shutdown_drv

mwifiex_upload_device_dump() already takes care of freeing firmware dump
memory. Doing the same thing in mwifiex_shutdown_drv() is redundant.

Signed-off-by: Xinming Hu <huxm@marvell.com>
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/init.c