RE: [PATCH v2 2/4] EDAC, pnd2: Apply bit macros and helpers where it makes sense

From: Zhuo, Qiuxu
Date: Tue Nov 21 2023 - 08:18:12 EST


> From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> ...
> Subject: [PATCH v2 2/4] EDAC, pnd2: Apply bit macros and helpers where it
> makes sense
>
> Apply bit macros (BIT()/BIT_ULL()/GENMASK()/etc) and helpers
> (for_each_set_bit()/etc) where it makes sense.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> ---
> v2: fixed uninitialized variable (lkp, Qiuxu), dropped mask check change
> (Qiuxu)
>
> drivers/edac/pnd2_edac.c | 32 ++++++++++++++------------------
> 1 file changed, 14 insertions(+), 18 deletions(-)
> ...

This patch LGTM. Thanks!
Reviewed-by: Qiuxu Zhuo <qiuxu.zhuo@xxxxxxxxx>