Re: [PATCH v3 16/17] scsi: ufs: Optimize the command queueing code
From: Bart Van Assche <bvanassche@acm.org>
Date: 2021-12-02 23:56:20
From: Bart Van Assche <bvanassche@acm.org>
Date: 2021-12-02 23:56:20
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.