mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 01:53:29 +02:00
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: 9a9f7e1395 ("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>
This commit is contained in:
parent
f5de469990
commit
14633da0f4
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user