]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/atmel-hlcdc: Replace drm_dev_unref with drm_dev_put
authorThomas Zimmermann <contact@tzimmermann.org>
Sun, 1 Jul 2018 13:24:15 +0000 (15:24 +0200)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Thu, 27 Sep 2018 09:04:18 +0000 (11:04 +0200)
commit9cb5f4873b993497d462b9406f9a1d8a148e461b
treee0c66ac2e16ad27601daab969fa5ef59f1013746
parentc2b70ffcd34eca60013d90bd6cd56e60b07adef8
drm/atmel-hlcdc: Replace drm_dev_unref with drm_dev_put

This patch unifies the naming of DRM functions for reference counting
of struct drm_device. The resulting code is more aligned with the rest
of the Linux kernel interfaces.

Signed-off-by: Thomas Zimmermann <contact@tzimmermann.org>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180701132415.10161-1-contact@tzimmermann.org
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c