summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAmitkumar Karwar <akarwar@marvell.com>2013-07-23 02:17:48 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2013-07-24 15:02:08 (GMT)
commit003d87cbece50c2a558c954b7ce915dcc70acba7 (patch)
tree254432c236a5a24a4ee1fd9bf086f443f45c02d5 /Makefile
parent43ba6b9f2f5e8090f16e8efe19d17cc8ce291d22 (diff)
downloadlinux-fsl-qoriq-003d87cbece50c2a558c954b7ce915dcc70acba7.tar.xz
mwifiex: move del_timer_sync(scan_delay_timer) call to fix memleak
Currently it is in mwifiex_adapter_cleanup() which doesn't get called if driver initialization is failed causing memory leak. scan_delay_timer is initialized in mwifiex_register(), so it should be deleted in mwifiex_unregister(). Hence it has been moved to appropriate place. Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions