diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-04-09 14:31:07 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2020-04-09 20:19:31 +0100 |
commit | 538c329f7f3efeac3e6dc116da1a0465bd56d980 (patch) | |
tree | cb5c4f82bc8ec4b006ab586740c34e4bdd51ec40 /scripts/gdb/linux/utils.py | |
parent | 53dd7028dc3901d9c16c9f3b68037263924e958a (diff) |
drm/i915: remove redundant assignment to variable err
The variable err 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>
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/20200409133107.415812-1-colin.king@canonical.com
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions