commit | eec97cd3677d92a01218b771f35436ea6141e933 | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <tzimmermann@suse.de> | Mon Jul 16 09:49:40 2018 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Fri Aug 10 07:57:49 2018 +0200 |
tree | 09b34013093639b5a907513ea6b83d38596bb7d0 | |
parent | 66e0c8a5bcfd292606a70268376b44b468c316e8 [diff] |
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>