Re: [PATCH v2 1/2] ufs: mcq: Fix missing argument 'hba' in MCQ_OPR_OFFSET_n

From: Bart Van Assche
Date: Mon May 20 2024 - 14:17:20 EST


On 5/19/24 15:14, Minwoo Im wrote:
The MCQ_OPR_OFFSET_n macro has taken 'hba' on the caller context
without receiving 'hba' instance as an argument. To prevent potential
bugs in future use cases, this patch added an argument 'hba'.

Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>