]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd_pci405.c: Fix GCC 4.6 build warnings
authorStefan Roese <sr@denx.de>
Tue, 15 Nov 2011 08:03:06 +0000 (08:03 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 16 Nov 2011 20:17:13 +0000 (21:17 +0100)
commit3cceed20e0bf61ff4c0bb5c885c8feb1af004e63
tree0336bec7461732644d68c14f2c23bebaa520292e
parent2c2722379ffbd7ed66c494c92b5c5f7a94248700
cmd_pci405.c: Fix GCC 4.6 build warnings

Fix:
cmd_pci405.c: In function 'do_loadpci':
cmd_pci405.c:45:6: warning: variable 'status' set but not used [-Wunused-but-set-variable]

Signed-off-by: Stefan Roese <sr@denx.de>
board/esd/pci405/cmd_pci405.c