diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-02-18 08:54:59 +0000 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-21 13:04:16 +0100 |
commit | fb8cd60c8418aebe91f773cfa32409119b96cdde (patch) | |
tree | 41ac06c5bb682d46ee3efdd5ce9f78522e072277 /Documentation | |
parent | 6ab20a05f4c7ed45632e24d5397d6284e192567d (diff) | |
download | linux-fb8cd60c8418aebe91f773cfa32409119b96cdde.tar.gz |
drm/qxl: remove set but not used variable 'bo_old'
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/gpu/drm/qxl/qxl_display.c: In function 'qxl_primary_atomic_update':
drivers/gpu/drm/qxl/qxl_display.c:538:17: warning:
variable 'bo_old' set but not used [-Wunused-but-set-variable]
It's not used any more after 4979904c62b9 ("drm/qxl: use shadow bo directly")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20190218085459.196470-1-yuehaibing@huawei.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions