commit | 3ddad8232c3802f7a602d1ea24938a8067114479 | [log] [tgz] |
---|---|---|
author | Oliver Neukum <oliver@neukum.org> | Tue Jul 24 15:13:42 2007 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jul 30 13:27:46 2007 -0700 |
tree | ba648621b4c4df0846e222c6c81843bca6077b55 | |
parent | f42449003114cc17cda0458c14f2deadfadf9f63 [diff] |
USB: fix BUG: sleeping function called from invalid context at /home/jeremy/hg/xen/paravirt/linux/drivers/usb/core/urb.c:524, in_atomic():1, irqs_disabled():0 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>