lmb: Remove unreachable code

Code after a break is unreachable so remove it.

Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
This commit is contained in:
Andrew Goodbody 2025-07-14 17:40:47 +01:00 committed by Tom Rini
parent 01548afc43
commit b9db211e39

View File

@ -215,8 +215,6 @@ static long lmb_add_region_flags(struct alist *lmb_rgn_lst, phys_addr_t base,
coalesced++;
break;
return -1;
}
}