From: Sarah Sharp Date: Tue, 26 Oct 2010 18:22:02 +0000 (-0700) Subject: xhci: Always use usb_hcd in URB instead of converting xhci_hcd. X-Git-Tag: v2.6.39-rc1~472^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=214f76f7d9198ddd090bd927a4bcd49391bfcd36;p=pandora-kernel.git xhci: Always use usb_hcd in URB instead of converting xhci_hcd. Make sure to call into the USB core's link, unlink, and giveback URB functions with the usb_hcd pointer found by using urb->dev->bus. This will avoid confusion later, when the xHCI driver will deal with URBs from two separate buses (the USB 3.0 roothub and the faked USB 2.0 roothub). Assume xhci_urb_dequeue() will be called with the proper usb_hcd. Signed-off-by: Sarah Sharp --- Reading git-diff-tree failed