From: "Peter Wang (王信友)" <peter.wang@mediatek.com>
To: "beanhuo@micron.com" <beanhuo@micron.com>,
"mani@kernel.org" <mani@kernel.org>,
"can.guo@oss.qualcomm.com" <can.guo@oss.qualcomm.com>,
"bvanassche@acm.org" <bvanassche@acm.org>,
"martin.petersen@oracle.com" <martin.petersen@oracle.com>
Cc: "linux-scsi@vger.kernel.org" <linux-scsi@vger.kernel.org>,
"quic_nitirawa@quicinc.com" <quic_nitirawa@quicinc.com>,
"James.Bottomley@HansenPartnership.com"
<James.Bottomley@HansenPartnership.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"alim.akhtar@samsung.com" <alim.akhtar@samsung.com>,
"quic_rdwivedi@quicinc.com" <quic_rdwivedi@quicinc.com>,
"avri.altman@wdc.com" <avri.altman@wdc.com>
Subject: Re: [PATCH v5 2/2] scsi: ufs: core: Add support for static TX Equalization settings
Date: Fri, 29 May 2026 08:40:32 +0000 [thread overview]
Message-ID: <f2e1a0335a7c05ca7dbf48c17e9662e9695ded51.camel@mediatek.com> (raw)
In-Reply-To: <7f2f9a0a-03e9-4a0e-ae57-2b0c557e029f@oss.qualcomm.com>
On Fri, 2026-05-29 at 16:12 +0800, Can Guo wrote:
> > > +static void ufshcd_parse_static_tx_eq_settings(struct ufs_hba
> > > *hba)
> > > +{
> > > + const u32 lpd = hba->lanes_per_direction;
> > > + const u32 num_elems = lpd * 2;
> > > + int gear;
> > > +
> > > + if (!lpd) {
> > > + return;
> > > + } else if (lpd > UFS_MAX_LANES) {
> >
> > Unnecessary else if after return.
> You mean removing 'else if (lpd > UFS_MAX_LANES)' and the dev_warn()?
>
> Thanks,
> Can Guo.
>
Hi Can,
No, what I mean is that the check below aligns better with
kernel code style:
if (!lpd)
return;
if (lpd > UFS_MAX_LANES) {
...
}
Thanks
Peter
next prev parent reply other threads:[~2026-05-29 8:40 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20260529011421.462046-1-can.guo@oss.qualcomm.com>
2026-05-29 1:14 ` [PATCH v5 1/2] dt-bindings: ufs: Document static TX Equalization settings properties Can Guo
2026-05-29 7:45 ` Peter Wang (王信友)
2026-05-29 1:14 ` [PATCH v5 2/2] scsi: ufs: core: Add support for static TX Equalization settings Can Guo
2026-05-29 8:04 ` Peter Wang (王信友)
2026-05-29 8:12 ` Can Guo
2026-05-29 8:40 ` Peter Wang (王信友) [this message]
2026-05-29 8:42 ` Can Guo
2026-05-29 10:19 ` Bean Huo
2026-05-29 10:21 ` Can Guo
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=f2e1a0335a7c05ca7dbf48c17e9662e9695ded51.camel@mediatek.com \
--to=peter.wang@mediatek.com \
--cc=James.Bottomley@HansenPartnership.com \
--cc=alim.akhtar@samsung.com \
--cc=avri.altman@wdc.com \
--cc=beanhuo@micron.com \
--cc=bvanassche@acm.org \
--cc=can.guo@oss.qualcomm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=mani@kernel.org \
--cc=martin.petersen@oracle.com \
--cc=quic_nitirawa@quicinc.com \
--cc=quic_rdwivedi@quicinc.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
all inboxes | Powered by JetHome®