commit | b0d146ac7b9a9f1e1303aca9e1e828348f5d8a2f | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <tzimmermann@suse.de> | Fri Jul 13 14:03:18 2018 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Fri Aug 10 07:57:48 2018 +0200 |
tree | 072613cb5045cb2471decb87ca485959ed20e23f | |
parent | 550f17441f5396732dee20ae69a903f29087ba1d [diff] |
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>