Home
last modified time | relevance | path

Searched hist:"58 eab3287b0ea8e135617d2fb10e09d178d32c89" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/
H A Dcfi_flash.c58eab3287b0ea8e135617d2fb10e09d178d32c89 Wed Nov 16 00:50:06 UTC 2016 Andre Przywara <andre.przywara@arm.com> mtd: cfi_flash: fix indentation

The indentation is misleading here and suggests that the write command
will be only executed in the else clause.
It seems like this is not intended, so fix the indentation to avoid
both compiler warnings and puzzled readers.

Pointed out by GCC 6.2's -Wmisleading-indentation warning.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Stefan Roese <sr@denx.de>