]> git.baikalelectronics.ru Git - kernel.git/commit
drm/qxl: Replace drm_dev_unref with drm_dev_put
authorThomas Zimmermann <tzimmermann@suse.de>
Fri, 13 Jul 2018 12:03:18 +0000 (14:03 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 10 Aug 2018 05:57:48 +0000 (07:57 +0200)
commit7882536b984a0fd1f19c434b9d8989189107b15a
tree072613cb5045cb2471decb87ca485959ed20e23f
parentf1d4d6c82f9f761007de0bddf6037975c8cdd537
drm/qxl: 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>
Link: http://patchwork.freedesktop.org/patch/msgid/20180713120318.32195-1-tzimmermann@suse.de
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
drivers/gpu/drm/qxl/qxl_drv.c