Re: [RESEND PATCH] drm/zte: Replace drm_dev_unref with drm_dev_put

2018-09-30 Thread Shawn Guo
On Wed, Sep 26, 2018 at 02:06:50PM +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 > Acked-by:

[RESEND PATCH] drm/zte: Replace drm_dev_unref with drm_dev_put

2018-09-26 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 Acked-by: Shawn Guo --- drivers/gpu/drm/zte/zx_drm_drv.c | 4 ++-- 1 file changed, 2