drm/stm: Replace drm_dev_unref with drm_dev_put
authorThomas Zimmermann <tzimmermann@suse.de>
Fri, 13 Jul 2018 08:06:25 +0000 (10:06 +0200)
committerBenjamin Gaignard <benjamin.gaignard@linaro.org>
Fri, 13 Jul 2018 08:11:02 +0000 (10:11 +0200)
commita1a6fa3dcda11d068f5e629c7a18ef7282bf0c7d
tree8519e0217d72722a409ecd771a2a45e4d1fc54d4
parent77c56fd3c8cf5adcba9cffcc29ead295211bdae8
drm/stm: 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: Philippe Cornu <philippe.cornu@st.com>
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20180713080625.18256-1-tzimmermann@suse.de
drivers/gpu/drm/stm/drv.c