aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorVictor Shih <victor.shih@genesyslogic.com.tw>2025-06-06 19:01:19 +0800
committerUlf Hansson <ulf.hansson@linaro.org>2025-06-24 12:38:02 +0200
commit14633da0f416fdbb6844d1b295cdc828b666e273 (patch)
treefd49716bf6afad41bb8b70c7e2ab31d4558343c9
parentmtk-sd: Prevent memory corruption from DMA map failure (diff)
downloadwireguard-linux-14633da0f416fdbb6844d1b295cdc828b666e273.tar.xz
wireguard-linux-14633da0f416fdbb6844d1b295cdc828b666e273.zip
mmc: core: Adjust some error messages for SD UHS-II cards
Adjust some error messages to debug mode to avoid causing misunderstanding it is an error. Signed-off-by: Victor Shih <victor.shih@genesyslogic.com.tw> Acked-by: Adrian Hunter <adrian.hunter@intel.com> Fixes: 9a9f7e13952b ("mmc: core: Support UHS-II card control and access") Cc: stable@vger.kernel.org Link: https://lore.kernel.org/r/20250606110121.96314-2-victorshihgli@gmail.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
-rw-r--r--drivers/mmc/core/sd_uhs2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/core/sd_uhs2.c b/drivers/mmc/core/sd_uhs2.c
index 1c31d0dfa961..de17d1611290 100644
--- a/drivers/mmc/core/sd_uhs2.c
+++ b/drivers/mmc/core/sd_uhs2.c
@@ -91,8 +91,8 @@ static int sd_uhs2_phy_init(struct mmc_host *host)
err = host->ops->uhs2_control(host, UHS2_PHY_INIT);
if (err) {
- pr_err("%s: failed to initial phy for UHS-II!\n",
- mmc_hostname(host));
+ pr_debug("%s: failed to initial phy for UHS-II!\n",
+ mmc_hostname(host));
}
return err;