Re: [PATCH] drm/drv: Remove invalid assignments

2020-12-11 Thread Simon Ser
On Friday, December 11th, 2020 at 3:17 AM, Tian Tao wrote: > it's not necessary to assign a value of 0 to ret here, because if > the previous functions were executed correctly, ret would be 0. > > Signed-off-by: Tian Tao Reviewed-by: Simon Ser ___ d

[PATCH] drm/drv: Remove invalid assignments

2020-12-11 Thread Tian Tao
it's not necessary to assign a value of 0 to ret here, because if the previous functions were executed correctly, ret would be 0. Signed-off-by: Tian Tao --- drivers/gpu/drm/drm_drv.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/drm_drv.c b/drivers/gpu/drm/drm_drv.c index