From: Alan Stern Date: Fri, 24 Aug 2007 19:42:24 +0000 (-0400) Subject: USB: Eliminate urb->status usage! X-Git-Tag: v2.6.24-rc1~1395^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a00027dcb088bf90fa8fb14a7e8ba3506d78f22;p=pandora-kernel.git USB: Eliminate urb->status usage! This patch (as979) removes the last vestiges of urb->status from the host controller drivers and the root-hub emulator. Now the field doesn't get set until just before the URB's completion routine is called. Signed-off-by: Alan Stern CC: David Brownell CC: Olav Kongas CC: Yoshihiro Shimoda CC: Tony Olech Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed