Re: [PATCH v4 1/2] radeon: fix coding issues reported from sparse

2021-06-04 Thread Alex Deucher
Applied. Thanks! Alex On Fri, Jun 4, 2021 at 7:53 AM Chen Li wrote: > > > Also fix some coding issues reported from sparse. > > Signed-off-by: Chen Li > Acked-by: Christian König > --- > drivers/gpu/drm/radeon/radeon_uvd.c | 24 +--- > 1 file changed, 13 insertions(+),

[PATCH v4 1/2] radeon: fix coding issues reported from sparse

2021-06-04 Thread Chen Li
Also fix some coding issues reported from sparse. Signed-off-by: Chen Li Acked-by: Christian König --- drivers/gpu/drm/radeon/radeon_uvd.c | 24 +--- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_uvd.c