diff options
author | 2020-04-10 12:46:13 +0100 | |
---|---|---|
committer | 2020-04-22 18:11:45 -0400 | |
commit | 5edb769131e74defcdf82aeb53701a8895d2d462 (patch) | |
tree | 6ad6441f347c4616605d82c42a663611df9c8dbc /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |
parent | drm/radeon: remove defined but not used variables in ci_dpm.c (diff) | |
download | linux-dev-5edb769131e74defcdf82aeb53701a8895d2d462.tar.xz linux-dev-5edb769131e74defcdf82aeb53701a8895d2d462.zip |
drm/amd/display: remove redundant assignment to variable dp_ref_clk_khz
The variable dp_ref_clk_khz is being initialized with a value that is
never read and it is being updated later with a new value. 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_device.c')
0 files changed, 0 insertions, 0 deletions