]> git.baikalelectronics.ru Git - kernel.git/commit
drm/virtio: Replace drm_dev_unref with drm_dev_put
authorThomas Zimmermann <tzimmermann@suse.de>
Mon, 16 Jul 2018 07:49:40 +0000 (09:49 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 10 Aug 2018 05:57:49 +0000 (07:57 +0200)
commita91803ea028741085cf51e6d361e7f1ff3e9d366
tree09b34013093639b5a907513ea6b83d38596bb7d0
parent323644d19131802ce886cb74fb7be8e151334c59
drm/virtio: 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/20180716074940.8691-1-tzimmermann@suse.de
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
drivers/gpu/drm/virtio/virtgpu_drm_bus.c