Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5cbdaccb authored by Daniel Vetter's avatar Daniel Vetter
Browse files

drm/udl: Drop drm_vblank_cleanup



udl doesn't shut down the display, so stopping the vblank isn't going
to do much good either. Just drop it.

Cc: Dave Airlie <airlied@redhat.com>
Reviewed-by: default avatarSean Paul <seanpaul@chromium.org>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170621082850.13224-11-daniel.vetter@ffwll.ch
parent 3f5857fc
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -371,8 +371,6 @@ void udl_driver_unload(struct drm_device *dev)
{
{
	struct udl_device *udl = dev->dev_private;
	struct udl_device *udl = dev->dev_private;


	drm_vblank_cleanup(dev);

	if (udl->urbs.count)
	if (udl->urbs.count)
		udl_free_urb_list(dev);
		udl_free_urb_list(dev);