Re: [PATCH 1/6] drm: Rename drm_mode_object_get()

2017-02-08 Thread Sean Paul
On Wed, Feb 08, 2017 at 07:24:03PM +0100, Thierry Reding wrote: > From: Thierry Reding > > Subsequent patches will introduce reference counting APIs that are more > consistent with similar APIs throughout the Linux kernel. These APIs use > the _get() and _put() suffixes and will collide with this

[PATCH 1/6] drm: Rename drm_mode_object_get()

2017-02-08 Thread Thierry Reding
From: Thierry Reding Subsequent patches will introduce reference counting APIs that are more consistent with similar APIs throughout the Linux kernel. These APIs use the _get() and _put() suffixes and will collide with this existing function. Rename the function to drm_mode_object_add() which is