Skip to content

Commit 14633da

Browse files
Victor ShihUlf Hansson
authored andcommitted
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: 9a9f7e1 ("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>
1 parent f5de469 commit 14633da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/mmc/core/sd_uhs2.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ static int sd_uhs2_phy_init(struct mmc_host *host)
9191

9292
err = host->ops->uhs2_control(host, UHS2_PHY_INIT);
9393
if (err) {
94-
pr_err("%s: failed to initial phy for UHS-II!\n",
95-
mmc_hostname(host));
94+
pr_debug("%s: failed to initial phy for UHS-II!\n",
95+
mmc_hostname(host));
9696
}
9797

9898
return err;

0 commit comments

Comments
 (0)