u-boot-brain/board/keymile/common
Jeroen Hofstee 2716077cda board:keymile: remove unnecessary double braces
Clang interpretes an if condition like  "if ((a = b) == NULL)
as it tries to assign a value in a statement. Hence if you do
"if ((something)) it warns you that you might be confused.
Hence drop the double braces for plane if statements.

cc: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
2014-06-11 16:27:06 -04:00
..
common.c Rename hush to cli_hush 2014-05-29 17:45:31 -04:00
common.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
ivm.c board:keymile: remove unnecessary double braces 2014-06-11 16:27:06 -04:00