diff options
author | Colin Ian King <[email protected]> | 2019-11-21 16:54:01 +0000 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2019-11-22 14:27:11 -0500 |
commit | 2e77541bd17b635f9db834192edff373ac4d5ee3 (patch) | |
tree | 5ed4a25afa6d242fe9304903e858b7477ba71e90 /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
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 <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions