diff options
author | 2020-02-22 13:47:55 +0000 | |
---|---|---|
committer | 2020-02-22 14:57:47 +0000 | |
commit | 5d8b134150af3227179a251e5a7b435d9a021026 (patch) | |
tree | b1c8a48445481b1a763049f5d909807bebf1f73f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/i915/gt: Push the GPU cancellation to the backend (diff) | |
download | wireguard-linux-5d8b134150af3227179a251e5a7b435d9a021026.tar.xz wireguard-linux-5d8b134150af3227179a251e5a7b435d9a021026.zip |
drm/i915/gt: remove redundant assignment to variable dw
Variable dw is being initialized with a value that is never read,
it is assigned a new value later on. The assignment is redundant
and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20200222134755.134209-1-colin.king@canonical.com
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions