Re: [PATCH v2 2/2] ufs: mcq: Convert MCQ_CFG_n to a inline function

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


On 5/19/24 15:14, Minwoo Im wrote:
Unlike the previous patch, this patch does not fix any issues, but,
inline functions are much more preferred over macros, so this patch
converted MCQ_CFG_n macro in ufs-mcq to an inline function along with
the previous patch.

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