Re: [Outreachy kernel] [PATCH] drm/core: clean up references to drm_dev_unref()

2017-09-27 Thread Daniel Vetter
On Tue, Sep 26, 2017 at 10:34:00PM +0530, Aishwarya Pant wrote: > This is a continuation of a previous commit ("drm: introduce drm_dev_{get/put} > functions") to replace all references to drm_dev_unref() in drm core files > with > drm_dev_put(). > > Signed-off-by: Aishwarya Pant > --- > This pat

[PATCH] drm/core: clean up references to drm_dev_unref()

2017-09-27 Thread Aishwarya Pant
This is a continuation of a previous commit ("drm: introduce drm_dev_{get/put} functions") to replace all references to drm_dev_unref() in drm core files with drm_dev_put(). Signed-off-by: Aishwarya Pant --- This patch is on top of branch drm-misc-next of drm-misc tree. I hope that's the right on