]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: usbip: bugfixes related to kthread conversion
authorArjan Mels <arjan.mels@gmx.net>
Tue, 5 Apr 2011 18:26:11 +0000 (20:26 +0200)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 14 Mar 2012 14:56:54 +0000 (10:56 -0400)
commit970a1b17861ba9aaced13ee76a0da197548096ed
tree2364c266ba834958bed72614e2385cf432438228
parentf603165163b3817c1bfa5dbebcbdbf4a95713285
staging: usbip: bugfixes related to kthread conversion

commit d2dd0b07c3e725d386d20294ec906f7ddef207fa upstream.

When doing a usb port reset do a queued reset instead to prevent a
deadlock: the reset will cause the driver to unbind, causing the
usb_driver_lock_for_reset to stall.

Signed-off-by: Arjan Mels <arjan.mels@gmx.net>
Cc: Takahiro Hirofuchi <hirofuchi@users.sourceforge.net>
Cc: Max Vozeler <max@vozeler.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/staging/usbip/stub_rx.c