drm/imx: Replace drm_dev_unref with drm_dev_put
authorThomas Zimmermann <tzimmermann@suse.de>
Tue, 17 Jul 2018 08:33:49 +0000 (10:33 +0200)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Tue, 17 Jul 2018 10:11:03 +0000 (12:11 +0200)
commit1ef2917d1d9e6cce41c8794b2e3e81552b1668e4
tree36d14356be0c7bba645efda5683e710ba677297d
parent4e3c5d7e05be6c9c6de4f4da9116511428924997
drm/imx: 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: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/drm/imx/imx-drm-core.c