Re: [PATCH v4 2/3] scsi: ufs: core: Cleanup ufshcd_slave_alloc()
From: Bart Van Assche
Date: Mon Oct 24 2022 - 20:49:37 EST
On 10/22/22 14:36, Bean Huo wrote:
+ u8 lun_qdepth = hba->nutrs;
How about changing this into hba->nutrs - 1 since one tag is reserved
('reserved_slot')?
Thanks,
Bart.