Re: [PATCH] powerpc/usb: fix build warning

2012-10-24 Thread Sebastian Andrzej Siewior
index 9bfde82..968f751 100644 --- a/drivers/usb/host/ehci-fsl.c +++ b/drivers/usb/host/ehci-fsl.c @@ -222,7 +222,7 @@ static int ehci_fsl_setup_phy(struct usb_hcd *hcd, if (pdata-controller_ver 0) { dev_warn(hcd-self.controller, Could not get controller version\n);

[PATCH] powerpc/usb: fix build warning

2012-10-08 Thread Kim Phillips
commit 3735ba8db8e6ea22ad3ff524328926d8d780a884 powerpc/usb: fix bug of CPU hang when missing USB PHY clock introduced a new build warning: In file included from linux/drivers/usb/host/ehci-hcd.c:1208:0: linux/drivers/usb/host/ehci-fsl.c: In function 'ehci_fsl_setup_phy':