On 12/2/21 10:13 AM, Bart Van Assche wrote:
+static u32 ufshcd_pending_cmds(struct ufs_hba *hba) +{ + struct scsi_device *sdev; + u32 pending;
^^^^^^^^^^^ (replying to my own email) The above should be changed into "u32 pending = 0;" Thanks, Bart.
On 12/2/21 10:13 AM, Bart Van Assche wrote:
+static u32 ufshcd_pending_cmds(struct ufs_hba *hba) +{ + struct scsi_device *sdev; + u32 pending;
^^^^^^^^^^^ (replying to my own email) The above should be changed into "u32 pending = 0;" Thanks, Bart.