]> git.sur5r.net Git - u-boot/commit
cfi_flash: Remove unnecessary braces
authorMario Six <mario.six@gdsys.cc>
Fri, 26 Jan 2018 13:43:42 +0000 (14:43 +0100)
committerStefan Roese <sr@denx.de>
Mon, 29 Jan 2018 06:48:58 +0000 (07:48 +0100)
commit4f89da49e728653fbf4ac5d9b741be4f61496b25
tree8dc43bd1d1bfe53c5048276fdb5b044ad1adfeeb
parenta6d18f27c330a3d548625401ba898ca4f9718d7a
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>
drivers/mtd/cfi_flash.c