Skip to content

Commit 14633da

Browse files
Victor Shihstorulf
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 <[email protected]> Acked-by: Adrian Hunter <[email protected]> Fixes: 9a9f7e1 ("mmc: core: Support UHS-II card control and access") Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
1 parent f5de469 commit 14633da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)