From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 1 Dec 2011 22:27:43 +0100 Subject: [U-Boot] [PATCH] m68k: fix ambiguous bit testing In-Reply-To: <1318709442-26266-1-git-send-email-vapier@gentoo.org> References: <1318709442-26266-1-git-send-email-vapier@gentoo.org> Message-ID: <20111201222743.089b2933@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 15 Oct 2011 16:10:42 -0400 Mike Frysinger wrote: > 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 > --- > arch/m68k/cpu/mcf52x2/cpu_init.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied to u-boot-staging/agust at denx.de. Thanks! Anatolij