1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-27 23:27:10 +01:00
Files
u-boot-megous/boot/bootflow.c
Heinrich Schuchardt 3f9312236a boot: remove dead code in bootflow_check()
The 'return 0;' statement is not reachable. Remove it.
'else' is superfluous after an if statement with return.

Addresses-Coverity-ID: 352451 ("Logically dead code")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2024-01-18 17:50:27 -05:00

21 KiB