diff options
author | Jeroen Hofstee <jeroen@myspectrum.nl> | 2014-06-11 00:34:39 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-06-11 16:27:06 -0400 |
commit | 2716077cda521ae37c21a69baf83ad5c12ca89bb (patch) | |
tree | bb9d27256408668b37467e53763e055e48bf73a3 /include | |
parent | 930e4254ec29ea5133c0772d4a3804ba1c59b275 (diff) | |
download | u-boot-imx-2716077cda521ae37c21a69baf83ad5c12ca89bb.zip u-boot-imx-2716077cda521ae37c21a69baf83ad5c12ca89bb.tar.gz u-boot-imx-2716077cda521ae37c21a69baf83ad5c12ca89bb.tar.bz2 |
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>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions