usb: xhci-mtk: enable wake-up interrupt after runtime_suspend called
[linux-2.6-microblaze.git] / drivers / usb / host / xhci-mtk.c
index c53f6f2..58a0eae 100644 (file)
@@ -602,7 +602,7 @@ static int xhci_mtk_probe(struct platform_device *pdev)
                goto dealloc_usb2_hcd;
 
        if (wakeup_irq > 0) {
-               ret = dev_pm_set_dedicated_wake_irq(dev, wakeup_irq);
+               ret = dev_pm_set_dedicated_wake_irq_reverse(dev, wakeup_irq);
                if (ret) {
                        dev_err(dev, "set wakeup irq %d failed\n", wakeup_irq);
                        goto dealloc_usb3_hcd;