]> git.baikalelectronics.ru Git - kernel.git/commit
drm/etnaviv: Replace drm_dev_unref with drm_dev_put
authorThomas Zimmermann <tzimmermann@suse.de>
Wed, 26 Sep 2018 11:41:39 +0000 (13:41 +0200)
committerLucas Stach <l.stach@pengutronix.de>
Wed, 7 Nov 2018 16:35:52 +0000 (17:35 +0100)
commit3aa35d70f5fd2bcced163f31b5d3d9016a393f2e
treed249c776d0a9b4aa27b7da7c9402e25a853e0219
parent982b5784bad71525ba949a156b7c7b09f01b2f58
drm/etnaviv: 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: Lucas Stach <l.stach@pengutronix.de>
drivers/gpu/drm/etnaviv/etnaviv_drv.c