commit | 2930f8958c5b0f404fdaa91da8d287bf00cbfd1a | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Wed Oct 23 18:22:01 2024 +0300 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 29 16:17:47 2024 -0600 |
tree | 6170f15ab5ed58329739098ddb190249253e7b09 | |
parent | 98491258cf98ef24b06ef45c454e00ff8480403b [diff] |
lmb: Simplify lmb_should_notify usage We never call lmb_map_update_notify() without checking the result of lmb_should_notify(). Instead of running that function everytime fold it in there and add the additional flags parameter Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>