Re: (subset) [PATCH] drm/vc4: Use of_device_get_match_data()
On Mon, 14 Feb 2022 02:05:30 +, cgel@gmail.com wrote: > From: "Minghao Chi (CGEL ZTE)" > > Use of_device_get_match_data() to simplify the code. > > Applied to drm/drm-misc (drm-misc-next). Thanks! Maxime
[PATCH] drm/vc4: Use of_device_get_match_data()
From: "Minghao Chi (CGEL ZTE)" Use of_device_get_match_data() to simplify the code. Reported-by: Zeal Robot Signed-off-by: Minghao Chi (CGEL ZTE) --- drivers/gpu/drm/vc4/vc4_dsi.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/gpu/drm/vc4/vc4_dsi.c b/drivers