]> Pileus Git - ~andy/linux/commit
USB: ti serial driver sleeps with spinlock held
authorOliver Neukum <oneukum@suse.de>
Mon, 7 May 2007 06:33:18 +0000 (08:33 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 26 Jun 2007 06:38:05 +0000 (23:38 -0700)
commit944dc184f6fe0dc63633099ba87cb75fe4ee0c51
tree10dd3bf2d600e2fc8884c6581ed0f2b80af8cf74
parent8cfbe7e60d9618d8f80a3cd218c45dd64cb9e5cf
USB: ti serial driver sleeps with spinlock held

you are submitting an URB with GFP_KERNEL holding a spinlock.
In this case the spinlock can be dropped earlier.

Signed-off-by: Oliver Neukum <oneukum@suse.de>
Cc: Al Borchers <alborchers@steinerpoint.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/ti_usb_3410_5052.c