search for: ntfy_del

Displaying 1 result from an estimated 1 matches for "ntfy_del".

Did you mean: ntf_dev
2016 Oct 26
0
[PATCH] drm/nouveau: fix notify data leak
There is no reason to not free the notify data if the NTFY_DEL ioctl failed. As nvif_notify_fini() is also called from the cleanup path of nvif_notify_init(), the notifier may not have been successfully created at that point. But it should also be the right thing to just free the data in the regular fini calls, as there is nothing much we can do if the ioctl f...