Re: [PATCH] scsi: ufs: core: Handle MCQ IAG events
From: Bart Van Assche
Date: Wed Mar 04 2026 - 10:13:46 EST
On 3/2/26 12:01 PM, vamshi gajjela wrote:
-static irqreturn_t ufshcd_handle_mcq_cq_events(struct ufs_hba *hba)
+static irqreturn_t ufshcd_handle_mcq_cq_events(struct ufs_hba *hba, bool iag)
Please change the name of the "iag" argument into "reset_iag" to make
the purpose of this argument more clear.
+ /* Clear MCQ IAG counter and timer of the CQ */
Please remove the above comment since it duplicates the explanation of
the "iag" argument.
Otherwise this patch looks good to me.
Thanks,
Bart.