]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbfd498496dae10336924a1872f86c0bef0312d36
tree36d14356be0c7bba645efda5683e710ba677297d
parent2083e7cdaaf49fba0c62a56650d3e486e4c03adf
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