CC: kernel: update kernel 3.18 to version 3.18.36
[15.05/openwrt.git] / target / linux / bcm53xx / patches-3.18 / 820-xhci-add-Broadcom-specific-fake-doorbell.patch
index 05835df..c60de18 100644 (file)
@@ -90,5 +90,5 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
 +#endif /* CONFIG_ARCH_BCM_5301X */
 +
        if (!ret)
-               xhci->xhc_state &= ~(XHCI_STATE_HALTED | XHCI_STATE_DYING);
+               /* clear state flags. Including dying, halted or removing */
+               xhci->xhc_state = 0;