commit | 90723f6d5539373365762a11f5fca19938197c3c | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Wed Nov 16 00:50:06 2016 +0000 |
committer | Tom Rini <trini@konsulko.com> | Sun Dec 04 13:55:01 2016 -0500 |
tree | d684cfa511cad7ce0c67f333a97f18b0f8c68264 | |
parent | 855e837e31f6cfc0de34692d61dcfc415fe354c7 [diff] |
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>