]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: Fix compiler warning with gcc4.4
authorKumar Gala <galak@kernel.crashing.org>
Tue, 7 Jul 2009 20:48:58 +0000 (15:48 -0500)
committerRemy Bohmer <linux@bohmer.net>
Sat, 11 Jul 2009 09:30:17 +0000 (11:30 +0200)
commit50243e3e7a96a96c5418ce6c90b7252d26fdd5b0
tree37b46e55a443f97e593010da81c334647b03376c
parent1d8937a469bfeb55ca1f6d89a4e7cd2dfee3cf17
usb: Fix compiler warning with gcc4.4

ehci-hcd.c: In function 'ehci_submit_root':
ehci-hcd.c:719: warning: value computed is not used
ehci-hcd.c:748: warning: value computed is not used

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Remy Bohmer <linux@bohmer.net>
drivers/usb/host/ehci-hcd.c