drm/mediatek: Replace drm_dev_unref with drm_dev_put
authorThomas Zimmermann <tzimmermann@suse.de>
Tue, 17 Jul 2018 08:35:18 +0000 (10:35 +0200)
committerCK Hu <ck.hu@mediatek.com>
Mon, 27 Aug 2018 03:24:34 +0000 (11:24 +0800)
commit8272806d21bf2a7fd74602cc7bade7d12f73ac4b
tree09944fa29b1b947696c4eb431d911d9ee6d4decc
parent2b7bd20d5605e0314d677ea21b462543e73e466c
drm/mediatek: 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>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: CK Hu <ck.hu@mediatek.com>
drivers/gpu/drm/mediatek/mtk_drm_drv.c