Searched hist:"2716077 cda521ae37c21a69baf83ad5c12ca89bb" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/board/keymile/common/ |
| H A D | ivm.c | 2716077cda521ae37c21a69baf83ad5c12ca89bb Tue Jun 10 22:34:39 UTC 2014 Jeroen Hofstee <jeroen@myspectrum.nl> 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>
|