From: Ajay Kumar Gupta Date: Tue, 4 May 2010 14:23:09 +0000 (+0530) Subject: usb: ehci-omap: fix compilation warning X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=289621c31bffb743e4007f6332b9004cdd080644;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git usb: ehci-omap: fix compilation warning Fixes below compilation warning: drivers/usb/host/ehci-hcd.c:425: warning: 'ehci_port_power' defined but not used Signed-off-by: Ajay Kumar Gupta Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c index 40a858335035..711332ebdab5 100644 --- a/drivers/usb/host/ehci-omap.c +++ b/drivers/usb/host/ehci-omap.c @@ -659,6 +659,9 @@ static int ehci_hcd_omap_probe(struct platform_device *pdev) goto err_add_hcd; } + /* root ports should always stay powered */ + ehci_port_power(omap->ehci, 1); + return 0; err_add_hcd: