diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-11-21 16:54:01 +0000 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-11-22 14:27:11 -0500 |
commit | 2e77541bd17b635f9db834192edff373ac4d5ee3 (patch) | |
tree | 5ed4a25afa6d242fe9304903e858b7477ba71e90 /drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h | |
parent | 562b49fcd02d1b06f2706c31992d2fbfc011a634 (diff) | |
download | linux-2e77541bd17b635f9db834192edff373ac4d5ee3.tar.bz2 |
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h')
0 files changed, 0 insertions, 0 deletions