diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-04-17 18:08:29 +0200 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2020-04-18 08:47:22 +0200 |
commit | 7479f3c90a6d6f0a8c9b8a53b3856ac1002a8587 (patch) | |
tree | 86a9f06a2c5e43fdeec1b6a9b4df21ff274874a9 /drivers/gpu/drm/i915/i915_drv.c | |
parent | drm/i915: Add ICL PG3 PW ID for EHL (diff) | |
download | linux-7479f3c90a6d6f0a8c9b8a53b3856ac1002a8587.tar.xz linux-7479f3c90a6d6f0a8c9b8a53b3856ac1002a8587.zip |
drm/i915: remove redundant assignment to variable test_result
The variable test_result 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/20200417160829.112776-1-colin.king@canonical.com
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.c')
0 files changed, 0 insertions, 0 deletions