Re: [PATCH 2/4] scsi: ufs: Re-use exec_dev_cmd
From: Bart Van Assche
Date: Tue Mar 05 2024 - 15:11:32 EST
On 3/5/24 11:54, Avri Altman wrote:
Bart Van Assche wrote:
Please restore the "lrbp->cmd = NULL" assignment. I don't think that it is safe to
remove that assignment.
>
This is a redundant assignment - being set to null in ufshcd_compose_dev_cmd.
Shouldn't this be mentioned in the patch description?
Thanks,
Bart.