|
@@ -990,8 +990,7 @@ int xhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
|
|
temp = readl(port_array[wIndex]);
|
|
temp = readl(port_array[wIndex]);
|
|
if ((temp & PORT_PE) == 0 || (temp & PORT_RESET)
|
|
if ((temp & PORT_PE) == 0 || (temp & PORT_RESET)
|
|
|| (temp & PORT_PLS_MASK) >= XDEV_U3) {
|
|
|| (temp & PORT_PLS_MASK) >= XDEV_U3) {
|
|
- xhci_warn(xhci, "USB core suspending device "
|
|
|
|
- "not in U0/U1/U2.\n");
|
|
|
|
|
|
+ xhci_warn(xhci, "USB core suspending device not in U0/U1/U2.\n");
|
|
goto error;
|
|
goto error;
|
|
}
|
|
}
|
|
|
|
|