]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb_ohci.c: Fix GCC 4.6 build warnings
authorStefan Roese <sr@denx.de>
Tue, 15 Nov 2011 08:01:45 +0000 (08:01 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 16 Nov 2011 20:13:26 +0000 (21:13 +0100)
commitaf0af524ed80f5a5d048e2b283cff325c0dbe9c2
treec3733dce1880e773dfaa6644093f7012c465b954
parentd14a94bf686bdcee71924c8bbf76ef67b0b4bb0f
usb_ohci.c: Fix GCC 4.6 build warnings

Fix:
usb_ohci.c: In function 'dl_transfer_length':
usb_ohci.c:756:8: warning: variable 'tdINFO' set but not used [-Wunused-but-set-variable]

Signed-off-by: Stefan Roese <sr@denx.de>
arch/powerpc/cpu/ppc4xx/usb_ohci.c