[PATCH] staging: vboxvideo: use drm_gem_object_put instead of drm_gem_object_unreference

Cihangir Akturk cakturk at gmail.com
Wed Aug 2 13:47:56 UTC 2017


On Wed, Aug 02, 2017 at 02:38:50PM +0200, Daniel Vetter wrote:
> On Wed, Aug 2, 2017 at 1:46 AM, Cihangir Akturk <cakturk at gmail.com> wrote:
> > drm_gem_object_unreference is a compatibility alias for drm_gem_object_put so should
> > not be used by new code.
> >
> > This patch fixes the following warning reported by coccinelle:
> >
> > drivers/staging/vboxvideo/vbox_main.c:528:1-27: WARNING: use get/put
> > helpers to reference and dereference obj
> >
> > Signed-off-by: Cihangir Akturk <cakturk at gmail.com>
> 
> Care to do this for all the drm drivers, not just the single one in staging?

Sure, I'll send a v2 shortly as you suggested.

Thanks.

> 
> Hans/Greg: Can we pls fix up MAINTAINERS to make sure vboxdrm patches
> also go to dri-devel?
> 
> Thanks, Daniel


More information about the devel mailing list