drm/tinydrm: Replace drm_dev_unref with drm_dev_put
authorThomas Zimmermann <tzimmermann@suse.de>
Fri, 13 Jul 2018 13:46:01 +0000 (15:46 +0200)
committerNoralf Trønnes <noralf@tronnes.org>
Tue, 7 Aug 2018 15:09:15 +0000 (17:09 +0200)
commit3ee53ae575013b5009184f5a4fa8743e234dea15
tree57b685085430d4eb1e189bcd36b47ee2644d6c48
parent66e31a72dc38543b2d9d1ce267dc78ba9beebcfd
drm/tinydrm: 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 <tzimmermann@suse.de>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20180713134601.14391-1-tzimmermann@suse.de
drivers/gpu/drm/tinydrm/core/tinydrm-core.c