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

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

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

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