USB: fix BUG: sleeping function called from invalid context at /home/jeremy/hg/xen...
authorOliver Neukum <oliver@neukum.org>
Tue, 24 Jul 2007 13:13:42 +0000 (15:13 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 30 Jul 2007 20:27:46 +0000 (13:27 -0700)
Clearly there's a bug in
drivers/usb/serial/usb-serial.c:usb_serial_put().  It shouldn't call
kref_put() while holding a spinlock.

Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found