]> Pileus Git - ~andy/linux/blobdiff - drivers/usb/host/ehci-octeon.c
USB: EHCI: Don't use NO_IRQ in xilinx ehci driver
[~andy/linux] / drivers / usb / host / ehci-octeon.c
index ba1f5136113476c0ad05761818278c2d17a07ec7..c0104882c72d9d63c1cb525e01d72ec3578c5bd9 100644 (file)
@@ -155,6 +155,8 @@ static int ehci_octeon_drv_probe(struct platform_device *pdev)
        /* cache this readonly data; minimize chip reads */
        ehci->hcs_params = ehci_readl(ehci, &ehci->caps->hcs_params);
 
+       ehci_reset(ehci);
+
        ret = usb_add_hcd(hcd, irq, IRQF_SHARED);
        if (ret) {
                dev_dbg(&pdev->dev, "failed to add hcd with err %d\n", ret);