Files
android_kernel_xiaomi_sm8450/drivers/usb/host
Sarah Sharp b11069f5f6 USB: xhci: Use GFP_ATOMIC while holding spinlocks.
The xHCI functions to queue an URB onto the hardware rings must be called
with the xhci spinlock held.  Those functions will allocate memory, and
take a gfp_t memory flags argument.  We must pass them the GFP_ATOMIC
flag, since we don't want the memory allocation to attempt to sleep while
waiting for more memory to become available.

Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-07-28 14:31:11 -07:00
..
2009-02-27 14:40:50 -08:00
2009-07-12 15:16:37 -07:00
2009-06-16 14:17:32 +10:00
2008-08-13 17:32:58 -07:00
2009-07-12 12:22:34 -07:00
2008-08-29 09:43:14 +02:00
2009-06-15 21:44:48 -07:00
2009-07-28 14:31:11 -07:00