commit | 933ee98e71c416e23f760d1a974710715176d071 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 07 10:23:54 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 12 16:35:23 2024 -0600 |
tree | 46d9817e3ee6a6d13f8726e067a7bcfca18518c7 | |
parent | f033d92cf1e66c2c19d58066e4a8cc573aff136b [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>