diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-08-29 17:46:24 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-09-01 16:55:11 -0400 |
commit | 9ad544670514e2a79aad7567295c198609d999ee (patch) | |
tree | d089be6bf81452bd9fe2b39294961fc6bcab6e7e /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
parent | fd30b7d9e48ddb319deee6bd83aa9c3328846c09 (diff) |
drm/amd/display: Fix unused initialization of pointer sink
Pointer sink is being inintialized with a value that is never read,
it is later being re-assigned a new value. Remove the redundant
initialization.
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_object.c')
0 files changed, 0 insertions, 0 deletions