diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/lmb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lmb.c b/lib/lmb.c index 45b26512a5b..e5a0677e3f9 100644 --- a/lib/lmb.c +++ b/lib/lmb.c @@ -762,6 +762,7 @@ int lmb_alloc_mem(enum lmb_mem_type type, u64 align, phys_addr_t *addr, switch (type) { case LMB_MEM_ALLOC_ANY: *addr = LMB_ALLOC_ANYWHERE; + fallthrough; case LMB_MEM_ALLOC_MAX: ret = _lmb_alloc_base(size, align, addr, flags); break; |