]> git.ipfire.org Git - thirdparty/u-boot.git/commit
lmb: add missing fallthrough in lmb_alloc_mem()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 8 Jul 2025 12:12:51 +0000 (14:12 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 9 Jul 2025 16:39:37 +0000 (10:39 -0600)
commit344e1798059ba65769272be3145736685bb25a7e
treeab9be12430fa900289513877e68fdd0592bd990e
parenta517081af9d90a2c6c14b5c5d2633de2bed6324f
lmb: add missing fallthrough in lmb_alloc_mem()

Add fallthrough to clarify the intent.

Addresses-Coverity-ID: CID 569481: Control flow issues (MISSING_BREAK)
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Acked-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
lib/lmb.c