]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc83xx: km83xx_i2c - fix gcc 4.6 compiler warning
authorKim Phillips <kim.phillips@freescale.com>
Tue, 15 Nov 2011 22:59:53 +0000 (22:59 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 16 Nov 2011 20:41:58 +0000 (21:41 +0100)
commit67eee06cf13ccbfa839979996dedd394f28462e6
treef983ab55d387f18cd673c696add5a6ae92742cda
parentb86c770973bca71b1cf4ce5cddc2567ec77f80cf
mpc83xx: km83xx_i2c - fix gcc 4.6 compiler warning

Configuring for kmeter1 board...
km83xx_i2c.c: In function 'i2c_make_abort':
km83xx_i2c.c:44:8: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Acked-by: Heiko Schocher <hs@denx.de>
board/keymile/km83xx/km83xx_i2c.c