commit | f72c55e0f76a4836740fa58f720f28623dfecd7c | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Wed Dec 18 09:02:32 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 30 13:21:55 2024 -0600 |
tree | 92cc6937f3ecd135ef4022caa7288ac45db5feac | |
parent | d8462bfa2c5997b6c3a0105005e08065b0cfd14b [diff] |
lmb: Remove lmb_reserve_flags() lmb_reserve() is just calling lmb_reserve_flags() with LMB_NONE. There's not much we gain from this abstraction. So let's remove the latter, add the flags argument to lmb_reserve() and make the code a bit easier to follow. Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org> Tested-by: Sam Protsenko <semen.protsenko@linaro.org> Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>