lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <cdf4c596-444d-4f0c-b75d-3d6a687c161a@intel.com>
Date: Wed, 28 May 2025 14:58:03 +0300
From: Adrian Hunter <adrian.hunter@...el.com>
To: Victor Shih <victorshihgli@...il.com>, <ulf.hansson@...aro.org>
CC: <linux-mmc@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
	<benchuanggli@...il.com>, <HL.Liu@...esyslogic.com.tw>,
	<Greg.tu@...esyslogic.com.tw>, <Ben.Chuang@...esyslogic.com.tw>, Victor Shih
	<victor.shih@...esyslogic.com.tw>
Subject: Re: [PATCH RESEND V2 1/2] mmc: core: Adjust some error messages for
 SD UHS-II cards

On 23/05/2025 14:01, Victor Shih wrote:
> From: Victor Shih <victor.shih@...esyslogic.com.tw>
> 
> Adjust some error messages to debug mode to avoid causing
> misunderstanding it is an error.
> 
> Signed-off-by: Victor Shih <victor.shih@...esyslogic.com.tw>

Acked-by: Adrian Hunter <adrian.hunter@...el.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;


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ