Re: [PATCH] drm/suni4: Replace drm_dev_unref with drm_dev_put

2018-07-17 Thread Maxime Ripard
On Tue, Jul 17, 2018 at 10:48:14AM +0200, Thomas Zimmermann wrote: > 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 Applied,

[PATCH] drm/suni4: Replace drm_dev_unref with drm_dev_put

2018-07-17 Thread Thomas Zimmermann
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 --- drivers/gpu/drm/sun4i/sun4i_drv.c | 4 ++-- 1 file changed, 2 insertions(+), 2