]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: Log the error when init fails
authorSimon Glass <sjg@chromium.org>
Fri, 20 Sep 2024 07:24:38 +0000 (09:24 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 3 Oct 2024 17:52:17 +0000 (11:52 -0600)
commite771a9db4e7c8603e296ee065823cd824cc56baa
tree78aa2c09a69a057a6b2d55fd426dc89320adb917
parent69bd517eebdf5403aee026b69bd4db8da4b714f4
mmc: Log the error when init fails

Add an error-return log to the call in mmc_init_device()

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/mmc/mmc.c