Re: [PATCH 4/4] drm: zte: Remove unnecessary drm_plane_cleanup() wrapper

2020-12-16 Thread Laurent Pinchart
Hi Daniel, On Wed, Dec 16, 2020 at 03:22:59PM +0100, Daniel Vetter wrote: > On Tue, Dec 15, 2020 at 09:37:55PM +0200, Laurent Pinchart wrote: > > Use the drm_plane_cleanup() function directly as the drm_plane_funcs > > .destroy() handler without creating an unnecessary wrapper around it. > > > >

Re: [PATCH 4/4] drm: zte: Remove unnecessary drm_plane_cleanup() wrapper

2020-12-16 Thread Daniel Vetter
On Tue, Dec 15, 2020 at 09:37:55PM +0200, Laurent Pinchart wrote: > Use the drm_plane_cleanup() function directly as the drm_plane_funcs > .destroy() handler without creating an unnecessary wrapper around it. > > Signed-off-by: Laurent Pinchart On the series: Acked-by: Daniel Vetter I'm

[PATCH 4/4] drm: zte: Remove unnecessary drm_plane_cleanup() wrapper

2020-12-15 Thread Laurent Pinchart
Use the drm_plane_cleanup() function directly as the drm_plane_funcs .destroy() handler without creating an unnecessary wrapper around it. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/zte/zx_plane.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git