Searched hist:fb8cd60c8418aebe91f773cfa32409119b96cdde (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_display.c | diff fb8cd60c8418aebe91f773cfa32409119b96cdde Mon Feb 18 02:54:59 CST 2019 YueHaibing <yuehaibing@huawei.com> 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>
|