[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <8626b0e2-66dd-73de-7b6e-8074e49b78d2@quicinc.com>
Date: Tue, 16 May 2023 20:25:59 -0700
From: "Bao D. Nguyen" <quic_nguyenb@...cinc.com>
To: Stanley Chu <chu.stanley@...il.com>
CC: <quic_asutoshd@...cinc.com>, <quic_cang@...cinc.com>,
<bvanassche@....org>, <mani@...nel.org>,
<stanley.chu@...iatek.com>, <adrian.hunter@...el.com>,
<beanhuo@...ron.com>, <avri.altman@....com>,
<martin.petersen@...cle.com>, <linux-scsi@...r.kernel.org>,
Alim Akhtar <alim.akhtar@...sung.com>,
"James E.J. Bottomley" <jejb@...ux.ibm.com>,
"Alice Chao" <alice.chao@...iatek.com>,
Arthur Simchaev <Arthur.Simchaev@....com>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v5 5/7] ufs: mcq: Added ufshcd_mcq_abort()
On 5/16/2023 8:15 PM, Stanley Chu wrote:
> Hi Bao D.
>
>> @@ -7562,6 +7561,12 @@ static int ufshcd_abort(struct scsi_cmnd *cmd)
>> if (is_mcq_enabled(hba))
>> goto release;
>
> Should we remove the above lines because the code below will not be
> executed in the MCQ path?
Thanks Stanley. It was my silly rebase mistake :-(. I will fix it.
Thanks,
Bao
>
>>
>> + if (is_mcq_enabled(hba)) {
>> + /* MCQ mode. Branch off to handle abort for mcq mode */
>> + err = ufshcd_mcq_abort(cmd);
>> + goto release;
>> + }
>> +
>> /* Skip task abort in case previous aborts failed and report failure */
>> if (lrbp->req_abort_skip) {
>> dev_err(hba->dev, "%s: skipping abort\n", __func__);
>> --
>> 2.7.4
>>
Powered by blists - more mailing lists