drm/vmwgfx: remove set but not used variable 'srf'
authorYueHaibing <yuehaibing@huawei.com>
Fri, 1 Nov 2019 13:46:11 +0000 (21:46 +0800)
committerThomas Hellstrom <thellstrom@vmware.com>
Thu, 14 Nov 2019 07:41:36 +0000 (08:41 +0100)
commitb4011644b03c04b1a42068313c5b894da41d0698
tree99bcd6cef5bbd9e10ef51a101fa8d69790254300
parente2e966636aee99971965c0965a4c11b8ce077da3
drm/vmwgfx: remove set but not used variable 'srf'

drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:339:22:
 warning: variable srf set but not used [-Wunused-but-set-variable]

'srf' is never used, so can be removed.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c