Re: [U-Boot] [PATCH] drivers/usb/host/ehci-mxc.c: Fix GCC 4.6 warning

2011-12-09 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <1321733433-6050-1-git-send-email-ag...@denx.de> you wrote: > Fix: > ehci-mxc.c: In function 'ehci_hcd_init': > ehci-mxc.c:113:6: warning: variable 'tmp' set but not used > [-Wunused-but-set-variable] > > Signed-off-by: Anatolij Gustschin > --- > drivers/usb/

Re: [U-Boot] [PATCH] drivers/usb/host/ehci-mxc.c: Fix GCC 4.6 warning

2011-11-26 Thread Remy Bohmer
Hi, 2011/11/19 Anatolij Gustschin : > Fix: > ehci-mxc.c: In function 'ehci_hcd_init': > ehci-mxc.c:113:6: warning: variable 'tmp' set but not used > [-Wunused-but-set-variable] > > Signed-off-by: Anatolij Gustschin > --- >  drivers/usb/host/ehci-mxc.c |    3 +-- >  1 files changed, 1 insertions(+

[U-Boot] [PATCH] drivers/usb/host/ehci-mxc.c: Fix GCC 4.6 warning

2011-11-19 Thread Anatolij Gustschin
Fix: ehci-mxc.c: In function 'ehci_hcd_init': ehci-mxc.c:113:6: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] Signed-off-by: Anatolij Gustschin --- drivers/usb/host/ehci-mxc.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/usb/host/ehci-