Re: [PATCH] drm/sprd: Remove of_node_put() in sprd_crtc_init()

2022-07-08 Thread Chunyan Zhang
+ Kevin On Thu, 7 Jul 2022 at 11:25, Liang He wrote: > > As the new reference created in 'dpu->base.port' will be escaped out, > we need not to call of_node_put() again. > > Fixes: b07bcf34b6c9 ("drm/sprd: add Unisoc's drm display controller driver") > Signed-off-by: Liang He > --- > drivers/gp

[PATCH] drm/sprd: Remove of_node_put() in sprd_crtc_init()

2022-07-06 Thread Liang He
As the new reference created in 'dpu->base.port' will be escaped out, we need not to call of_node_put() again. Fixes: b07bcf34b6c9 ("drm/sprd: add Unisoc's drm display controller driver") Signed-off-by: Liang He --- drivers/gpu/drm/sprd/sprd_dpu.c | 1 - 1 file changed, 1 deletion(-) diff --git