From: Maithili Hinge Date: Mon, 23 Mar 2015 06:01:25 +0000 (-0700) Subject: mwifiex: Fix issue in the SDIO reset path of mwifiex. X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~95^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f5872b60146eadf74b8d349a3596f5aaf687401;p=pandora-kernel.git mwifiex: Fix issue in the SDIO reset path of mwifiex. SDIO reset was not happening properly on mwifiex as cancel_work_sync in mwifiex_sdio_remove used to kill the calling work function itself. Due to this, the interface was not getting removed and card was not getting added again. Reset work function has been made independent of adapter variable and cancel_work_sync has been moved to cleanup function. Signed-off-by: Maithili Hinge Signed-off-by: Amitkumar Karwar Signed-off-by: Kalle Valo --- Reading git-diff-tree failed