]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
board:keymile: remove unnecessary double braces
authorJeroen Hofstee <jeroen@myspectrum.nl>
Tue, 10 Jun 2014 22:34:39 +0000 (00:34 +0200)
committerTom Rini <trini@ti.com>
Wed, 11 Jun 2014 20:27:06 +0000 (16:27 -0400)
commit2716077cda521ae37c21a69baf83ad5c12ca89bb
treebb9d27256408668b37467e53763e055e48bf73a3
parent930e4254ec29ea5133c0772d4a3804ba1c59b275
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>
board/keymile/common/ivm.c