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:
6a08f51
)
iwlwifi: mvm: wake up d0i3_exit_waitq when aborting d0i3
author
Eliad Peller
<eliad@wizery.com>
Sun, 9 Nov 2014 13:25:33 +0000
(15:25 +0200)
committer
Emmanuel Grumbach
<emmanuel.grumbach@intel.com>
Tue, 11 Nov 2014 15:15:10 +0000
(17:15 +0200)
When aborting d0i3 due to taken refs, other threads might
already wait on d0i3_exit_waitq for IWL_MVM_STATUS_IN_D0I3
to get cleared (it's somewhat likely, as synchronize_rcu()
might take a while), so make sure to wake them up.
Signed-off-by: Eliad Peller <eliadx.peller@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
No differences found