]> git.sur5r.net Git - u-boot/commit
cfi_flash: Remove braces for single-statement blocks
authorMario Six <mario.six@gdsys.cc>
Fri, 26 Jan 2018 13:43:38 +0000 (14:43 +0100)
committerStefan Roese <sr@denx.de>
Mon, 29 Jan 2018 06:48:58 +0000 (07:48 +0100)
commit0412e903e44eb18e689b8f11ab374146b3d5372a
tree4719f931617f6817e6c32d0301c844f4c8e03767
parent7223a8cb2756cafd3842758877bf7d865e1c1ed1
cfi_flash: Remove braces for single-statement blocks

Blocks with a single statement should not be enclosed in braces. 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