public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: ufs: core: Fix the error log in ufshcd_query_flag_retry()
       [not found] <CGME20221017022939epcms2p669fa5e5685ef5be1d6c4d1d3e74b6c51@epcms2p6>
@ 2022-10-18  7:30 ` Dukhyun Kwon
  2022-10-18 10:10   ` Bean Huo
  2022-10-22  3:52   ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: Dukhyun Kwon @ 2022-10-18  7:30 UTC (permalink / raw)
  To: ALIM AKHTAR, avri.altman@wdc.com, bvanassche@acm.org,
	jejb@linux.ibm.com, martin.petersen@oracle.com,
	beanhuo@micron.com, stanley.chu@mediatek.com, Jinyoung CHOI,
	linux-scsi@vger.kernel.org, cpgsproxy3

In ufshcd_query_flag_retry() failed log
is incorrectly output as "ufs attibute"

Signed-off-by: d_hyun.kwon <d_hyun.kwon@samsung.com>
---
 drivers/ufs/core/ufshcd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ufs/core/ufshcd.c b/drivers/ufs/core/ufshcd.c
index 7c15cbc737b4..d8d214001217 100644
--- a/drivers/ufs/core/ufshcd.c
+++ b/drivers/ufs/core/ufshcd.c
@@ -3101,7 +3101,7 @@ static int ufshcd_query_flag_retry(struct ufs_hba *hba,
 
         if (ret)
                 dev_err(hba->dev,
-                        "%s: query attribute, opcode %d, idn %d, failed with error %d after %d retries\n",
+                        "%s: query flag, opcode %d, idn %d, failed with error %d after %d retries\n",
                         __func__, opcode, idn, ret, retries);
         return ret;
 }
-- 
2.17.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] scsi: ufs: core: Fix the error log in ufshcd_query_flag_retry()
  2022-10-18  7:30 ` [PATCH] scsi: ufs: core: Fix the error log in ufshcd_query_flag_retry() Dukhyun Kwon
@ 2022-10-18 10:10   ` Bean Huo
  2022-10-22  3:52   ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Bean Huo @ 2022-10-18 10:10 UTC (permalink / raw)
  To: d_hyun.kwon, ALIM AKHTAR, avri.altman@wdc.com, bvanassche@acm.org,
	jejb@linux.ibm.com, martin.petersen@oracle.com,
	beanhuo@micron.com, stanley.chu@mediatek.com, Jinyoung CHOI,
	linux-scsi@vger.kernel.org, cpgsproxy3

On Tue, 2022-10-18 at 16:30 +0900, Dukhyun Kwon wrote:
> In ufshcd_query_flag_retry() failed log
> is incorrectly output as "ufs attibute"
> 
> Signed-off-by: d_hyun.kwon <d_hyun.kwon@samsung.com>

Reviewed-by: Bean Huo <beanhuo@micron.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] scsi: ufs: core: Fix the error log in ufshcd_query_flag_retry()
  2022-10-18  7:30 ` [PATCH] scsi: ufs: core: Fix the error log in ufshcd_query_flag_retry() Dukhyun Kwon
  2022-10-18 10:10   ` Bean Huo
@ 2022-10-22  3:52   ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2022-10-22  3:52 UTC (permalink / raw)
  To: stanley.chu, Jinyoung CHOI, jejb, Dukhyun Kwon, bvanassche,
	avri.altman, cpgsproxy3, linux-scsi, beanhuo, ALIM AKHTAR
  Cc: Martin K . Petersen

On Tue, 18 Oct 2022 16:30:03 +0900, Dukhyun Kwon wrote:

> In ufshcd_query_flag_retry() failed log
> is incorrectly output as "ufs attibute"
> 
> 

Applied to 6.1/scsi-fixes, thanks!

[1/1] scsi: ufs: core: Fix the error log in ufshcd_query_flag_retry()
      https://git.kernel.org/mkp/scsi/c/48ee79528081

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-22  3:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CGME20221017022939epcms2p669fa5e5685ef5be1d6c4d1d3e74b6c51@epcms2p6>
2022-10-18  7:30 ` [PATCH] scsi: ufs: core: Fix the error log in ufshcd_query_flag_retry() Dukhyun Kwon
2022-10-18 10:10   ` Bean Huo
2022-10-22  3:52   ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox