Message ID | 20170926210835.GA4622@Haneen (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tue, Sep 26, 2017 at 03:08:35PM -0600, Haneen Mohammed wrote: > This patch remove the todo item "Use new IDR deletion interface to > clean up drm_gem_handle_delete()" after it has been resolved with > the commit "drm: Remove obsolete "This is gross" comment". > > Signed-off-by: Haneen Mohammed <hamohammed.sa@gmail.com> Applied, thanks. -Daniel > --- > Documentation/gpu/todo.rst | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst > index 22af55d..5e96dc7 100644 > --- a/Documentation/gpu/todo.rst > +++ b/Documentation/gpu/todo.rst > @@ -180,12 +180,6 @@ Contact: Daniel Vetter, respective driver maintainers > Core refactorings > ================= > > -Use new IDR deletion interface to clean up drm_gem_handle_delete() > ------------------------------------------------------------------- > - > -See the "This is gross" comment -- apparently the IDR system now can return an > -error code instead of oopsing. > - > Clean up the DRM header mess > ---------------------------- > > -- > 2.7.4 > > -- > You received this message because you are subscribed to the Google Groups "outreachy-kernel" group. > To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com. > To post to this group, send email to outreachy-kernel@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20170926210835.GA4622%40Haneen. > For more options, visit https://groups.google.com/d/optout.
diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index 22af55d..5e96dc7 100644 --- a/Documentation/gpu/todo.rst +++ b/Documentation/gpu/todo.rst @@ -180,12 +180,6 @@ Contact: Daniel Vetter, respective driver maintainers Core refactorings ================= -Use new IDR deletion interface to clean up drm_gem_handle_delete() ------------------------------------------------------------------- - -See the "This is gross" comment -- apparently the IDR system now can return an -error code instead of oopsing. - Clean up the DRM header mess ----------------------------
This patch remove the todo item "Use new IDR deletion interface to clean up drm_gem_handle_delete()" after it has been resolved with the commit "drm: Remove obsolete "This is gross" comment". Signed-off-by: Haneen Mohammed <hamohammed.sa@gmail.com> --- Documentation/gpu/todo.rst | 6 ------ 1 file changed, 6 deletions(-)