xhci: Make roothub functions deal with device removal.
authorSarah Sharp <sarah.a.sharp@linux.intel.com>
Fri, 29 Oct 2010 21:37:23 +0000 (14:37 -0700)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Mon, 14 Mar 2011 01:23:44 +0000 (18:23 -0700)
Return early in the roothub control and status functions if the xHCI host
controller is not electrically present in the system (register reads
return all "fs").  This issue only shows up when the xHCI driver registers
two roothubs and the host controller is removed from the system.

Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>

No differences found