Re: [PATCH] drm/vc4: Remove unused variables

2020-09-14 Thread tiantao (H)
Hi Thomas: 在 2020/9/11 15:47, Thomas Zimmermann 写道: Hi Am 09.09.20 um 09:33 schrieb Tian Tao: Fixes the following W=1 kernel build warning(s): vc4_plane.c: In function ‘vc4_plane_init’: vc4_plane.c:1340:6: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable] Signed-off-by: Tia

Re: [PATCH] drm/vc4: Remove unused variables

2020-09-11 Thread Thomas Zimmermann
Hi Am 09.09.20 um 09:33 schrieb Tian Tao: > Fixes the following W=1 kernel build warning(s): > vc4_plane.c: In function ‘vc4_plane_init’: > vc4_plane.c:1340:6: warning: variable ‘ret’ set but not > used [-Wunused-but-set-variable] > > Signed-off-by: Tian Tao > --- > drivers/gpu/drm/vc4/vc4_plan

[PATCH] drm/vc4: Remove unused variables

2020-09-10 Thread Tian Tao
Fixes the following W=1 kernel build warning(s): vc4_plane.c: In function ‘vc4_plane_init’: vc4_plane.c:1340:6: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable] Signed-off-by: Tian Tao --- drivers/gpu/drm/vc4/vc4_plane.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)