drm/qxl: Use the drm_driver.dumb_destroy default
authorNoralf Trønnes <[email protected]>
Sun, 6 Aug 2017 15:40:58 +0000 (17:40 +0200)
committerNoralf Trønnes <[email protected]>
Wed, 16 Aug 2017 18:15:38 +0000 (20:15 +0200)
commit3164e4e31a7ff7024d493553d22bca09c463a28f
tree4556366b25f9796219017bd21e0b5635a4cfaea7
parente966f5df9c0328c8b2845a60cdde06f61a59ec6c
drm/qxl: Use the drm_driver.dumb_destroy default

drm_gem_dumb_destroy() is the drm_driver.dumb_destroy default,
so no need to set it.

Cc: Dave Airlie <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Signed-off-by: Noralf Trønnes <[email protected]>
Reviewed-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/qxl/qxl_drv.c