Home
last modified time | relevance | path

Searched hist:"286741 e5c32115e8901ab21e6e04081d0ef4cd40" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/
H A Dcfi_flash.c286741e5c32115e8901ab21e6e04081d0ef4cd40 Fri Jan 26 13:43:45 UTC 2018 Mario Six <mario.six@gdsys.cc> UPSTREAM: 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.

Change-Id: Iaed92e93ab451b38a6ea5cf0ed216d3fd39140cb
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
(cherry picked from commit 9860137fbcbacfb91069194f9635af0ed8288456)