commit | 6e9344fd8e90ff0bd8e74c15ec7c21eae7d54bd3 | [log] [tgz] |
---|---|---|
author | Amitkumar Karwar <akarwar@marvell.com> | Thu Mar 12 00:38:40 2015 -0700 |
committer | Kalle Valo <kvalo@codeaurora.org> | Mon Mar 16 18:05:01 2015 +0200 |
tree | 477761d30bb190d24061a4f2d5a04111b8fbdc9e | |
parent | b533be189732e93c6d3306773b7120722568444d [diff] |
mwifiex: use del_timer variant in interrupt context We might be in interrupt context at few places. So replace del_timer_sync() with del_timer(). This patch fixes a kernel trace problem seen occasionally during our testing. Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>