public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Dukhyun Kwon <d_hyun.kwon@samsung.com>
To: ALIM AKHTAR <alim.akhtar@samsung.com>,
	"avri.altman@wdc.com" <avri.altman@wdc.com>,
	"bvanassche@acm.org" <bvanassche@acm.org>,
	"jejb@linux.ibm.com" <jejb@linux.ibm.com>,
	"martin.petersen@oracle.com" <martin.petersen@oracle.com>,
	"beanhuo@micron.com" <beanhuo@micron.com>,
	"stanley.chu@mediatek.com" <stanley.chu@mediatek.com>,
	Jinyoung CHOI <j-young.choi@samsung.com>,
	"linux-scsi@vger.kernel.org" <linux-scsi@vger.kernel.org>,
	cpgsproxy3 <cpgsproxy3@samsung.com>
Subject: [PATCH] scsi: ufs: core: Fix the error log in ufshcd_query_flag_retry()
Date: Tue, 18 Oct 2022 16:30:03 +0900	[thread overview]
Message-ID: <1891546521.01666080182092.JavaMail.epsvc@epcpadp4> (raw)
In-Reply-To: CGME20221017022939epcms2p669fa5e5685ef5be1d6c4d1d3e74b6c51@epcms2p6

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



       reply	other threads:[~2022-10-18  8:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20221017022939epcms2p669fa5e5685ef5be1d6c4d1d3e74b6c51@epcms2p6>
2022-10-18  7:30 ` Dukhyun Kwon [this message]
2022-10-18 10:10   ` [PATCH] scsi: ufs: core: Fix the error log in ufshcd_query_flag_retry() Bean Huo
2022-10-22  3:52   ` Martin K. Petersen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1891546521.01666080182092.JavaMail.epsvc@epcpadp4 \
    --to=d_hyun.kwon@samsung.com \
    --cc=alim.akhtar@samsung.com \
    --cc=avri.altman@wdc.com \
    --cc=beanhuo@micron.com \
    --cc=bvanassche@acm.org \
    --cc=cpgsproxy3@samsung.com \
    --cc=j-young.choi@samsung.com \
    --cc=jejb@linux.ibm.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    --cc=stanley.chu@mediatek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox