commit | d2dd0b07c3e725d386d20294ec906f7ddef207fa | [log] [tgz] |
---|---|---|
author | Arjan Mels <arjan.mels@gmx.net> | Tue Apr 05 20:26:11 2011 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Apr 06 15:51:13 2011 -0700 |
tree | 6b3d26aff120d41bac0a06b06ed03d7e88daa228 | |
parent | 2f8c4c5494c2589e6cb9a62f399e61a1c4c2378d [diff] |
staging: usbip: bugfixes related to kthread conversion 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> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>