]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/nouveau: Replace drm_dev_unref with drm_dev_put
authorThomas Zimmermann <tdz@users.sourceforge.net>
Mon, 18 Jun 2018 12:53:12 +0000 (14:53 +0200)
committerBen Skeggs <bskeggs@redhat.com>
Mon, 16 Jul 2018 08:06:30 +0000 (18:06 +1000)
commit94a0b8634f4ccb0a512702f96df67914b615d556
tree75633077443b8320fe795e969e2c40db22b30797
parent743e0f079a38182cb22e663b34e6a45ad3274b9e
drm/nouveau: 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 <tdz@users.sourceforge.net>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_platform.c