]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
m68k: fix ambiguous bit testing
authorMike Frysinger <vapier@gentoo.org>
Sat, 15 Oct 2011 10:10:42 +0000 (10:10 +0000)
committerAnatolij Gustschin <agust@denx.de>
Mon, 5 Dec 2011 20:55:25 +0000 (21:55 +0100)
commit65f0d12152cd9930acbefbd79e403e1688522901
tree2691649274bacd1486d2ca6d5045fd1377274244
parent3a2b9f28c02884157ffd99e2d80454182242410d
m68k: fix ambiguous bit testing

Building for some m68k boards results in the warning:

cpu_init.c: In function 'cpu_init_f':
cpu_init.c:287: warning: suggest parentheses around
operand of '!' or change '&' to '&&' or '!' to '~'

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/m68k/cpu/mcf52x2/cpu_init.c