Re: [PATCH linux-next] drm/radeon: Remove the unneeded result variable

2022-09-09 Thread Alex Deucher
Applied. Thanks! Alex On Fri, Sep 2, 2022 at 3:33 AM wrote: > > From: ye xingchen > > Return the value radeon_drm_ioctl() directly instead of storing it in > another redundant variable. > > Reported-by: Zeal Robot > Signed-off-by: ye xingchen > --- > drivers/gpu/drm/radeon/radeon_drv.c | 5

[PATCH linux-next] drm/radeon: Remove the unneeded result variable

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