commit | 2e77541bd17b635f9db834192edff373ac4d5ee3 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Nov 21 16:54:01 2019 +0000 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Nov 22 14:27:11 2019 -0500 |
tree | 5ed4a25afa6d242fe9304903e858b7477ba71e90 | |
parent | 562b49fcd02d1b06f2706c31992d2fbfc011a634 [diff] |
drm/amdgpu: remove redundant assignment to pointer write_frame The pointer write_frame 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>