commit | 84349698f05dc7ed6df6772d43175eb3703ed8dc | [log] [tgz] |
---|---|---|
author | Vishal Thanki <vishalthanki@gmail.com> | Thu Apr 07 23:37:12 2016 +0200 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Apr 14 16:03:44 2016 +0300 |
tree | b426541bd17a3623b3bb2dbc85ae63cb0b466f4f | |
parent | bcc920e8f08336cbbdcdba7c4449c27137e6b4b9 [diff] |
mwifiex: fix the incorrect WARN_ON during suspend During system suspend, there is a kernel WARNING issued if there is a pending command present. By marking the wait queue disabled after calling the command completion routine fixes it. Signed-off-by: Vishal Thanki <vishalthanki@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>