]> Pileus Git - ~andy/linux/blobdiff - drivers/usb/host/ehci-s5p.c
usb: Remove ehci_reset call from ehci_run
[~andy/linux] / drivers / usb / host / ehci-s5p.c
index 024b65c4990dc117417b594387da3ac14f73d730..397f827387b70c2dac9debaa3666007200d22ebb 100644 (file)
@@ -136,6 +136,8 @@ static int __devinit s5p_ehci_probe(struct platform_device *pdev)
        /* cache this readonly data; minimize chip reads */
        ehci->hcs_params = readl(&ehci->caps->hcs_params);
 
+       ehci_reset(ehci);
+
        err = usb_add_hcd(hcd, irq, IRQF_SHARED);
        if (err) {
                dev_err(&pdev->dev, "Failed to add USB HCD\n");