]> Pileus Git - ~andy/linux/blobdiff - drivers/usb/host/ehci-hcd.c
[PATCH] USB: ehci fix driver model wakeup flags
[~andy/linux] / drivers / usb / host / ehci-hcd.c
index 29f52a44b92801248624dc6a70be09d76cbb924d..b5b57e957e5f8b689747f3e4b36c48eb78012947 100644 (file)
@@ -624,7 +624,7 @@ static irqreturn_t ehci_irq (struct usb_hcd *hcd, struct pt_regs *regs)
        }
 
        /* remote wakeup [4.3.1] */
-       if ((status & STS_PCD) && hcd->remote_wakeup) {
+       if (status & STS_PCD) {
                unsigned        i = HCS_N_PORTS (ehci->hcs_params);
 
                /* resume root hub? */