diff options
| author | Colin Ian King <[email protected]> | 2020-07-01 14:59:05 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2020-07-02 16:02:58 +0000 |
| commit | b4237ebafaced79b3ff38259494766849befb30b (patch) | |
| tree | c7176bd2a9d63e2bc23882b2919fd4aa39683822 /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h | |
| parent | drm/amdgpu: use %u rather than %d for sclk/mclk (diff) | |
| download | kernel-b4237ebafaced79b3ff38259494766849befb30b.tar.gz kernel-b4237ebafaced79b3ff38259494766849befb30b.zip | |
drm/amd/display: remove redundant initialization of variable result
The variable result 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 <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h')
0 files changed, 0 insertions, 0 deletions
