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:
e4e6efd
)
Input: xbox - do not use GFP_KERNEL under spinlock
author
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Sat, 9 Jan 2010 08:13:36 +0000
(
00:13
-0800)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Sun, 10 Jan 2010 07:44:03 +0000
(23:44 -0800)
xbox_play_effect() is called while holding dev->event_lock with
interrupts disabled and thus may not use GFP_KERNEL when submitting
urbs.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
No differences found