OSDN Git Service

drm/doc: Remove todo item about "This is gross" comment
authorHaneen Mohammed <hamohammed.sa@gmail.com>
Tue, 26 Sep 2017 21:08:35 +0000 (15:08 -0600)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 27 Sep 2017 08:42:57 +0000 (10:42 +0200)
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>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20170926210835.GA4622@Haneen
Documentation/gpu/todo.rst

index de9512a..5f48702 100644 (file)
@@ -184,12 +184,6 @@ Contact: Sean Paul, Maintainer of the driver you plan to convert
 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
 ----------------------------