Gerd Hoffmann
2019-Feb-21 12:05 UTC
[PATCH -next] drm/qxl: remove set but not used variable 'bo_old'
On Mon, Feb 18, 2019 at 08:54:59AM +0000, YueHaibing wrote:> 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")Pushed to drm-misc-next. thanks, Gerd
Reasonably Related Threads
- [PATCH 4/6] drm/qxl: use shadow bo directly
- [PATCH v2 13/18] drm/qxl: use shadow bo directly
- [PATCH 1/6] drm/qxl: move qxl_primary_apply_cursor to correct place
- [PATCH v2 10/18] drm/qxl: move qxl_primary_apply_cursor to correct place
- [PATCH 5/6] drm/qxl: cover all crtcs in shadow bo.