mirror_ubuntu-kernels/drivers/gpu/drm/amd
Tom Rix 6cbdf12b87 drm/amd/pm: fix error handling
clang static analysis reports this error
amdgpu_smu.c:2289:9: warning: Called function pointer
  is null (null dereference)
        return smu->ppt_funcs->emit_clk_levels(
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

There is a logic error in the earlier check of
emit_clk_levels.  The error value is set to
the ret variable but ret is never used.  Return
directly and remove the unneeded ret variable.

Fixes: 5d64f9bbb6 ("amdgpu/pm: Implement new API function "emit" that accepts buffer base and write offset")
Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2022-02-07 18:03:50 -05:00
..
acp
amdgpu drm/amdgpu: reserve the pd while cleaning up PRTs 2022-02-07 18:03:50 -05:00
amdkfd drm/amdkfd: CRIU resume shared virtual memory ranges 2022-02-07 17:59:53 -05:00
display drm/amd/display: handle null link encoder 2022-02-07 18:03:50 -05:00
include amdgpu/pm: Implement new API function "emit" that accepts buffer base and write offset 2022-02-02 18:27:58 -05:00
pm drm/amd/pm: fix error handling 2022-02-07 18:03:50 -05:00