summaryrefslogtreecommitdiffstats
path: root/board/keymile
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2014-06-11 00:28:47 +0200
committerTom Rini <trini@ti.com>2014-06-11 16:27:06 -0400
commit930e4254ec29ea5133c0772d4a3804ba1c59b275 (patch)
tree912a465f68e4cad5441f00b2d0494225316358ae /board/keymile
parent867abdac5effde660ac1ca9db8c43994edc01c09 (diff)
downloadblackbird-obmc-uboot-930e4254ec29ea5133c0772d4a3804ba1c59b275.tar.gz
blackbird-obmc-uboot-930e4254ec29ea5133c0772d4a3804ba1c59b275.zip
common/cli_hush.c: 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. Simon Glass <sjg@chromium.org> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'board/keymile')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud