]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arch/powerpc/cpu/mpc512x/i2c.c: Fix GCC 4.6 warnings
authorAnatolij Gustschin <agust@denx.de>
Thu, 10 Nov 2011 12:21:44 +0000 (12:21 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 16 Nov 2011 20:12:48 +0000 (21:12 +0100)
commitd14a94bf686bdcee71924c8bbf76ef67b0b4bb0f
tree12f147a7524b077a084d3d35d664516702dad567
parentc33b92ebcc09de7eed10237abd5b330cd5c58c33
arch/powerpc/cpu/mpc512x/i2c.c: Fix GCC 4.6 warnings

Fix:
i2c.c: In function 'wait_for_bb':
i2c.c:81:16: warning: variable 'temp' set but not used
[-Wunused-but-set-variable]

Signed-off-by: Anatolij Gustschin <agust@denx.de>
arch/powerpc/cpu/mpc512x/i2c.c