diff options
author | Colin Ian King <[email protected]> | 2020-04-09 14:31:07 +0100 |
---|---|---|
committer | Chris Wilson <[email protected]> | 2020-04-09 20:19:31 +0100 |
commit | 538c329f7f3efeac3e6dc116da1a0465bd56d980 (patch) | |
tree | cb5c4f82bc8ec4b006ab586740c34e4bdd51ec40 /scripts/gdb/linux/timerlist.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 <[email protected]>
Reviewed-by: Chris Wilson <[email protected]>
Signed-off-by: Chris Wilson <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'scripts/gdb/linux/timerlist.py')
0 files changed, 0 insertions, 0 deletions