[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <0caf3cfa-d1ec-44b3-b2db-1d95a33567ec@acm.org>
Date: Fri, 20 Sep 2024 11:28:38 -0700
From: Bart Van Assche <bvanassche@....org>
To: Avri Altman <avri.altman@....com>,
"Martin K . Petersen" <martin.petersen@...cle.com>
Cc: linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3] scsi: ufs: Zero utp_upiu_req at the beginning of each
command
On 9/19/24 1:41 AM, Avri Altman wrote:
> +static void __ufshcd_setup_cmd(struct ufs_hba *hba, struct ufshcd_lrb *lrbp,
> + struct scsi_cmnd *cmd, u8 lun, int tag)
> +{
> + memset(lrbp->ucd_req_ptr, 0, sizeof(*lrbp->ucd_req_ptr));
> +
> + lrbp->cmd = cmd;
> + lrbp->task_tag = tag;
> + lrbp->lun = lun;
> + ufshcd_prepare_lrbp_crypto(cmd ? scsi_cmd_to_rq(cmd) : NULL, lrbp);
> +}
This function does not use the 'hba' argument so please remove that
argument. Otherwise this patch looks good to me.
Thanks,
Bart.
Powered by blists - more mailing lists