From: Alan Stern Date: Fri, 24 Aug 2007 19:40:19 +0000 (-0400) Subject: USB: reorganize urb->status use in ehci-hcd X-Git-Tag: v2.6.24-rc1~1395^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14c04c0f88f228fee1f412be91d6edcb935c78aa;p=pandora-kernel.git USB: reorganize urb->status use in ehci-hcd This patch (as974) reorganizes the way ehci-hcd sets urb->status. It now keeps the information in a local variable until the last moment. The patch also simplifies the handling of -EREMOTEIO, since the only use of that code is to set the do_status flag. Signed-off-by: Alan Stern CC: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed