Re: [Outreachy kernel] [PATCH v2] drm: Remove obsolete "This is gross" comment

2017-09-25 Thread Daniel Vetter
On Thu, Sep 21, 2017 at 07:34:09PM -0600, Haneen Mohammed wrote: > Remove obsolete comment which was initially added in 2008 to annotate > that idr_find() was used before idr_remove() since idr_remove() didn't > use to return feedback. The comment now is irrelevant with > commit f6cd7daecff5 ("drm:

[PATCH v2] drm: Remove obsolete "This is gross" comment

2017-09-22 Thread Haneen Mohammed
Remove obsolete comment which was initially added in 2008 to annotate that idr_find() was used before idr_remove() since idr_remove() didn't use to return feedback. The comment now is irrelevant with commit f6cd7daecff5 ("drm: Release driver references to handle before making it available again").