On 3/7/23 20:01, Bao D. Nguyen wrote:I will make the change in the next rev.
+/* Maximum MCQ registers polling time */
registers -> register
This is to give us the flexibility to override this parameter in the downstream driver if needed.
+#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.