diff options
author | 2019-08-22 14:09:48 +0100 | |
---|---|---|
committer | 2019-08-22 17:25:21 -0500 | |
commit | a13362c1c96d1450d59180631233844cb94a7907 (patch) | |
tree | 6d3ca6b52b9247edd3574ec0b32910e6a8ba14da /drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | |
parent | drm/amdkfd: Make deallocate_hiq_sdma_mqd static (diff) | |
download | linux-dev-a13362c1c96d1450d59180631233844cb94a7907.tar.xz linux-dev-a13362c1c96d1450d59180631233844cb94a7907.zip |
drm/amdgpu/powerplay: remove redundant assignment to variable baco_state
Variable baco_state is initialized to a value that is never read and it is
re-assigned later. The initialization is redundant and can be removed.
Addresses-Coverity: ("Unused Value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c')
0 files changed, 0 insertions, 0 deletions