]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mmc: meson-mx-sdio: Use dev_err_probe() where appropriate
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sat, 8 Nov 2025 23:12:51 +0000 (00:12 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 18 Nov 2025 15:21:36 +0000 (16:21 +0100)
commit3241cde4702b67482ea0654099196f9b81ecbb65
treeb83712a449b8380159995ef69569e6fce3b45f7f
parentbaa74c2144278bab503ab14d1d115de62eacfaf0
mmc: meson-mx-sdio: Use dev_err_probe() where appropriate

This streamlines probe error handling / logging with other drivers.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/meson-mx-sdio.c