commit | be8ccc67ce5933508ddeef87e6630dc393f78243 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 19 11:28:49 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 27 15:16:10 2024 -0600 |
tree | 6bc1656f39809dc6dcbf0f3637e627267edd30e8 | |
parent | 08224d322442d2024a0decd6cbd2e4e2e2369732 [diff] |
spl: mmc: Avoid size growth in spl_mmc_find_device() debug The for() loop ends up being in the code even if the log_debug() does nothing. Add a condition to fix this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>