commit | b55d6bcf9b7082ae613e5d532608abcd409164ca | [log] [tgz] |
---|---|---|
author | Christian Lamparter <chunkeey@web.de> | Sat May 23 20:31:21 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Jun 03 14:05:15 2009 -0400 |
tree | 43c0240aaa07bc53089b01dfcfd0d86afd0efa14 | |
parent | 2431fe9a4b43ccf03589fa661662da6bfbd97282 [diff] |
ar9170: fix lockdep warning on hibernate This patch takes care of Johannes' deadlock report by moving the mutex_lock right after cancel_work_sync in ar9170_op_stop. Besides, the janitor does not need to hold the mutex anymore, so this extra lines can be removed as well. Signed-off-by: Christian Lamparter <chunkeey@web.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>