On 5/24/23 05:21, Adrian Hunter wrote:
Currently the reserved tag is not used for SCSI cmds but there is also a WARN_ON(lrbp->cmd) in ufshcd_exec_dev_cmd()
Hi Adrian,Thanks for the review. I will change that WARN_ON() statement into "lrbp->cmd = NULL" to make ufshcd_exec_dev_cmd() consistent with the other functions that use the reserved slot.
Bart.