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

Commit 405e61a4 authored by Daniel Vetter's avatar Daniel Vetter
Browse files

drm/vgem: Stop calling drm_drv_set_unique



With the previous patch this is now redudant, the core always
sets a reasonable dev->unique string.

Cc: Sean Paul <seanpaul@chromium.org>
Reviewed-by: default avatarEmil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1466499262-18717-4-git-send-email-daniel.vetter@ffwll.ch
parent 5079c464
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -260,8 +260,6 @@ static int __init vgem_init(void)
		goto out;
	}

	drm_dev_set_unique(vgem_device, "vgem");

	ret  = drm_dev_register(vgem_device, 0);

	if (ret)