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:
2ea86d5
)
staging: vt6656: [bug] Fix missing spin lock in iwctl_siwpower.
author
Malcolm Priestley
<tvboxspy@gmail.com>
Wed, 15 May 2013 00:44:25 +0000
(
01:44
+0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 16 May 2013 23:27:38 +0000
(16:27 -0700)
Fixes occasional dead lock on power up / down.
spin_lock_irq is used because of unlocking with spin_unlock_irq
elsewhere in the driver.
Only relevant to kernels 3.8 and later when command was
transferred to the iw_handler.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Cc: stable@vger.kernel.org # 3.8+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found