Re: [PATCH v9 07/16] drm/mediatek: aal: Use bitfield macros

2023-08-04 Thread kernel test robot
803-190918 base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20230803110214.163645-8-angelogioacchino.delregno%40collabora.com patch subject: [PATCH v9 07/16] drm/mediatek: aal: Use bitfield macros config: arm-allmodconfig (https://download.0

[PATCH v9 07/16] drm/mediatek: aal: Use bitfield macros

2023-08-03 Thread AngeloGioacchino Del Regno
Make the code more robust and improve readability by using bitfield macros instead of open coding bit operations. Signed-off-by: AngeloGioacchino Del Regno --- drivers/gpu/drm/mediatek/mtk_disp_aal.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/