From: Dmitry Torokhov Date: Sat, 9 Jan 2010 08:13:36 +0000 (-0800) Subject: Input: xbox - do not use GFP_KERNEL under spinlock X-Git-Tag: v2.6.33-rc5~65^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd38d6889dc5dae2014d9eac72fae32f477f294e;p=pandora-kernel.git 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 --- Reading git-diff-tree failed