drm/tegra: Replace drm_dev_unref with drm_dev_put
authorThomas Zimmermann <tzimmermann@suse.de>
Wed, 26 Sep 2018 11:56:40 +0000 (13:56 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 26 Sep 2018 15:04:03 +0000 (17:04 +0200)
commit9c942096baeb37cf69df564bcf45fc37314e7e66
tree450e1e8ee21628f142a3308485bee25ba1a889da
parentac3b35f11a06964f5fe7f6ea9a190a28a7994704
drm/tegra: 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: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180926115640.24755-1-tzimmermann@suse.de
drivers/gpu/drm/tegra/drm.c