Re: [RFC PATCH v1 2/4] ufs: mcq: Add supporting functions for mcq abort
From: Bart Van Assche
Date: Wed Mar 08 2023 - 13:48:14 EST
On 3/7/23 20:01, Bao D. Nguyen wrote:
+/* Maximum MCQ registers polling time */
registers -> register
+#define MCQ_POLL_TIMEOUT 500
struct ufshcd_mcq_opr_info_t mcq_opr[OPR_MAX];
+ u32 mcq_poll_ms;
};
Why has the new member variable 'mcq_poll_ms' been introduced since its
value is never changed?
Thanks,
Bart.