commit | dd38d6889dc5dae2014d9eac72fae32f477f294e | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Sat Jan 09 00:13:36 2010 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Sat Jan 09 23:44:03 2010 -0800 |
tree | 0a840694b386f0b9cf94eeada8ab3e26ec5f199d | |
parent | e4e6efd2df4b5754bd519b516207eb723d1f17df [diff] |
Input: xbox - do not use GFP_KERNEL under spinlock 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>