Message ID | 20250523110155.10451-2-victorshihgli@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | Adjust some error messages for SD UHS-II initialization process | expand |
On 23/05/2025 14:01, Victor Shih wrote: > From: Victor Shih <victor.shih@genesyslogic.com.tw> > > 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> > --- > drivers/mmc/core/sd_uhs2.c | 4 ++-- > 1 file 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;
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;