From: Gerd Hoffmann Date: Tue, 19 Jun 2012 07:54:49 +0000 (+0200) Subject: Revert "usb/uas: one only one status URB/host on stream-less connection" X-Git-Tag: v3.6-rc1~101^2~53^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db32de11f75673c2a0f2651ae58b0f25b8c5b0eb;p=pandora-kernel.git Revert "usb/uas: one only one status URB/host on stream-less connection" This reverts commit ceb3f91fd53c9fbd7b292fc2754ba4efffeeeedb. IMO the real bug is assigning status urbs to scsi requests. First there is no such link in the non-stream case. Also there isn't nessesarely a scsi request in the first place, for example when submitting task management requests. This patch just papers over the real bug and introduces different status urb handling in the stream/non-stream case for no good reason. Signed-off-by: Gerd Hoffmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed