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

2018-07-13 Thread Benjamin Gaignard
2018-07-13 10:06 GMT+02:00 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: Philippe Cornu Applie

[PATCH] drm/stm: Replace drm_dev_unref with drm_dev_put

2018-07-13 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: Philippe Cornu --- drivers/gpu/drm/stm/drv.c | 10 +- 1 file changed, 5