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:
241b652
)
xHCI: release spinlock when setup interrupt
author
Andiry Xu
<andiry.xu@amd.com>
Wed, 27 Oct 2010 08:44:52 +0000
(16:44 +0800)
committer
Sarah Sharp
<sarah.a.sharp@linux.intel.com>
Thu, 11 Nov 2010 18:36:51 +0000
(10:36 -0800)
Jiri Slaby reports spinlock is held while calling kmalloc(GFP_KERNEL)
and request_irq() in xhci_resume().
Release the spinlock when setup interrupt.
Reported-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andiry Xu <andiry.xu@amd.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
No differences found