commit | b256013e720788ecacae2a6f7e7dcbba315adf05 | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <tzimmermann@suse.de> | Wed Sep 26 14:06:50 2018 +0200 |
committer | Shawn Guo <shawn.guo@linaro.org> | Sun Sep 30 14:54:37 2018 +0800 |
tree | 87cccf7b92c21088dc1c94a1023851b6c73a26a5 | |
parent | 1c53ba8f22a125b770691030b279300ea982d3b1 [diff] |
drm/zte: 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> Acked-by: Shawn Guo <shawnguo@kernel.org> Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20180926120650.25614-1-tzimmermann@suse.de