diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-09-14 19:21:54 +0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-09-20 21:36:45 +0300 |
commit | 4babc5e27cfda59e2e257d28628b8d853aea5206 (patch) | |
tree | 655e5a3ee03aca1110af0b00ee5310b2fd46b514 /scripts/Makefile.fwinst | |
parent | 1a8ff6076e8f3e197831455e4bba8fa2f5f1d0f1 (diff) | |
download | linux-4babc5e27cfda59e2e257d28628b8d853aea5206.tar.xz |
drm/i915: remove redundant variable hw_check
hw_check is being assigned and updated but is no longer being read,
hence it is redundant and can be removed.
Detected by clang scan-build:
"warning: Value stored to 'hw_check' during its initialization
is never read"
Fixes: f6d1973db2d2 ("drm/i915: Move modeset state verifier calls")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20170914162154.11304-1-colin.king@canonical.com
Diffstat (limited to 'scripts/Makefile.fwinst')
0 files changed, 0 insertions, 0 deletions