diff options
Diffstat (limited to 'drivers/usb/host/ehci-octeon.c')
| -rw-r--r-- | drivers/usb/host/ehci-octeon.c | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/host/ehci-octeon.c b/drivers/usb/host/ehci-octeon.c index ba26957abf4..a89750fff4f 100644 --- a/drivers/usb/host/ehci-octeon.c +++ b/drivers/usb/host/ehci-octeon.c @@ -159,9 +159,6 @@ static int ehci_octeon_drv_probe(struct platform_device *pdev)  	platform_set_drvdata(pdev, hcd); -	/* root ports should always stay powered */ -	ehci_port_power(ehci, 1); -  	return 0;  err3:  	ehci_octeon_stop();  |