drm/udl: Use the drm_driver.dumb_destroy default
authorNoralf Trønnes <[email protected]>
Sun, 6 Aug 2017 15:40:57 +0000 (17:40 +0200)
committerNoralf Trønnes <[email protected]>
Wed, 16 Aug 2017 18:14:58 +0000 (20:14 +0200)
commite966f5df9c0328c8b2845a60cdde06f61a59ec6c
treeb8c596a8f6a8ce4cfa2891d6210710e23336baf4
parent4411971592928f5eea5c37305e5a460baa9e6b6c
drm/udl: 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]>
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/udl/udl_drv.c