Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Victor Shih and committed by
Ulf Hansson
14633da0 f5de4699

+2 -2
+2 -2
drivers/mmc/core/sd_uhs2.c
··· 91 91 92 92 err = host->ops->uhs2_control(host, UHS2_PHY_INIT); 93 93 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)); 96 96 } 97 97 98 98 return err;