[PATCH] [drm/meson] meson_plane: Add error handling

2023-11-29 Thread Haoran Liu
This patch adds robust error handling to the meson_plane_create function in drivers/gpu/drm/meson/meson_plane.c. The function previously lacked proper handling for potential failure scenarios of the drm_universal_plane_init call. Signed-off-by: Haoran Liu --- drivers/gpu/drm/meson/meson_plane.c

Re: [PATCH] [drm/meson] meson_plane: Add error handling

2023-11-29 Thread neil . armstrong
Hi, Thanks for your patch! On 29/11/2023 10:21, Haoran Liu wrote: This patch adds robust error handling to the meson_plane_create function in drivers/gpu/drm/meson/meson_plane.c. The function previously lacked proper handling for potential failure scenarios of the drm_universal_plane_init call.