Commit 6eefb4bb authored by Gurchetan Singh's avatar Gurchetan Singh Committed by Gerd Hoffmann
Browse files

drm/virtio: delete notify after virtio_gpu_cmd_context_create

parent d6013853
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@ static void virtio_gpu_create_context(struct drm_device *dev,
	get_task_comm(dbgname, current);
	virtio_gpu_cmd_context_create(vgdev, vfpriv->ctx_id,
				      strlen(dbgname), dbgname);
	virtio_gpu_notify(vgdev);
	vfpriv->context_created = true;

out_unlock: