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

drm/nouveau: return offset of allocated notifier

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 6d60792e
......@@ -447,6 +447,8 @@ nouveau_abi16_ioctl_notifierobj_alloc(ABI16_IOCTL_ARGS)
if (ret)
goto done;
info->offset = ntfy->node->offset;
done:
if (ret)
nouveau_abi16_ntfy_fini(chan, ntfy);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment