git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2431fe9
)
ar9170: fix lockdep warning on hibernate
author
Christian Lamparter
<chunkeey@web.de>
Sat, 23 May 2009 18:31:21 +0000
(20:31 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 3 Jun 2009 18:05:15 +0000
(14:05 -0400)
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>
No differences found