Re: [PATCH linux-next] drm/amdgpu: Remove the unneeded result variable 'r'

2022-08-30 Thread Alex Deucher
Applied. Thanks! Alex On Tue, Aug 30, 2022 at 4:32 AM wrote: > > From: ye xingchen > > Return the value sdma_v4_0_start() directly instead of storing it in > another redundant variable. > > Reported-by: Zeal Robot > Signed-off-by: ye xingchen > --- > drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c |

[PATCH linux-next] drm/amdgpu: Remove the unneeded result variable 'r'

2022-08-30 Thread cgel . zte
From: ye xingchen Return the value sdma_v4_0_start() directly instead of storing it in another redundant variable. Reported-by: Zeal Robot Signed-off-by: ye xingchen --- drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/gpu/