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

Commit c1ccaa64 authored by Bob Gleitsmann's avatar Bob Gleitsmann Committed by Ben Skeggs
Browse files

drm/nouveau: return offset of allocated notifier



Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 6d60792e
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -447,6 +447,8 @@ nouveau_abi16_ioctl_notifierobj_alloc(ABI16_IOCTL_ARGS)
	if (ret)
	if (ret)
		goto done;
		goto done;


	info->offset = ntfy->node->offset;

done:
done:
	if (ret)
	if (ret)
		nouveau_abi16_ntfy_fini(chan, ntfy);
		nouveau_abi16_ntfy_fini(chan, ntfy);