]> Pileus Git - ~andy/linux/blobdiff - drivers/usb/host/ehci-au1xxx.c
USB: EHCI: Don't use NO_IRQ in xilinx ehci driver
[~andy/linux] / drivers / usb / host / ehci-au1xxx.c
index 18bafa99fe57e1fa156a7cf326e589f1938b096b..bf7441afed16e15155e35a1b24a59de77853e3be 100644 (file)
@@ -23,6 +23,7 @@ static int au1xxx_ehci_setup(struct usb_hcd *hcd)
        int ret = ehci_init(hcd);
 
        ehci->need_io_watchdog = 0;
+       ehci_reset(ehci);
        return ret;
 }