From: Alan Stern Date: Wed, 22 Aug 2007 17:08:40 +0000 (-0400) Subject: USB: avoid the donelist after an error in ohci-hcd X-Git-Tag: v2.6.24-rc1~1395^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e8fe43b26085a64327d1cbb751ab895f3ad3f5d;p=pandora-kernel.git USB: avoid the donelist after an error in ohci-hcd This patch (as972) changes ohci-hcd so that after an error occurs, the remaining TDs for the URB will be skipped over entirely instead of going through the donelist. This enables the driver to give back the URB as soon as the error is detected, avoiding the need to store the error status in urb->status. Signed-off-by: Alan Stern CC: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed