commit | d1141c5d168f8f5d37a4ac1b6630f72d53ea720f | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Fri Jan 26 14:43:42 2018 +0100 |
committer | Stefan Roese <sr@denx.de> | Mon Jan 29 07:48:58 2018 +0100 |
tree | 8dc43bd1d1bfe53c5048276fdb5b044ad1adfeeb | |
parent | 1ec6d34a9902524bab4b7ac1b8f01b1402b77c90 [diff] |
cfi_flash: Remove unnecessary braces "==" and "!=" bind tighter than the boolean operators, so parentheses around them in compound logical statements are unnecessary. Fix all instances where this occurs. Signed-off-by: Mario Six <mario.six@gdsys.cc> Signed-off-by: Stefan Roese <sr@denx.de>