diff options
author | Wolfgang Denk <wd@denx.de> | 2011-10-05 23:11:19 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-10-09 23:24:50 +0200 |
commit | fad2e1b06c12184a3273d52e6f6620b830c389e8 (patch) | |
tree | 053185c4fcf7c741f5078514102ae281c6390c63 /include/usb | |
parent | 6bc52ef35c0eee8a6b74f01bbea0471ad39421a1 (diff) | |
download | u-boot-imx-fad2e1b06c12184a3273d52e6f6620b830c389e8.zip u-boot-imx-fad2e1b06c12184a3273d52e6f6620b830c389e8.tar.gz u-boot-imx-fad2e1b06c12184a3273d52e6f6620b830c389e8.tar.bz2 |
common/usb.c: fix warning: variable ... set but not used
Fix:
usb.c: In function 'usb_parse_config':
usb.c:331:17: warning: variable 'ch' set but not used [-Wunused-but-set-variable]
usb.c: In function 'usb_hub_port_connect_change':
usb.c:1123:29: warning: variable 'portchange' set but not used [-Wunused-but-set-variable]
usb.c: In function 'usb_hub_configure':
usb.c:1183:25: warning: variable 'hubsts' set but not used [-Wunused-but-set-variable]
Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Remy Bohmer <linux@bohmer.net>
Acked-by: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'include/usb')
0 files changed, 0 insertions, 0 deletions