commit | 9c942096baeb37cf69df564bcf45fc37314e7e66 | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <tzimmermann@suse.de> | Wed Sep 26 13:56:40 2018 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Wed Sep 26 17:04:03 2018 +0200 |
tree | 450e1e8ee21628f142a3308485bee25ba1a889da | |
parent | ac3b35f11a06964f5fe7f6ea9a190a28a7994704 [diff] |
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