diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-07-01 15:59:05 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-07-02 12:02:58 -0400 |
commit | b4237ebafaced79b3ff38259494766849befb30b (patch) | |
tree | c7176bd2a9d63e2bc23882b2919fd4aa39683822 /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h | |
parent | 2a80f883988862dc2c52f79291ed38388246cf36 (diff) |
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 <colin.king@canonical.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h')
0 files changed, 0 insertions, 0 deletions