diff options
author | Mario Six <mario.six@gdsys.cc> | 2018-01-26 14:43:45 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2018-01-29 07:48:58 +0100 |
commit | 9860137fbcbacfb91069194f9635af0ed8288456 (patch) | |
tree | a498e542a2e02557596d42303bf4595d61500ac4 /api/api_platform-mips.c | |
parent | 9f720216b746f29606955baca9bf7211e35aaa53 (diff) |
cfi_flash: Fix else after break
If in a loop, the if block in a if/else statement ends in a break, the
statements in the else blockcan be extracted, since the break stops the
execution.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'api/api_platform-mips.c')
0 files changed, 0 insertions, 0 deletions