]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tinydrm: Replace drm_dev_unref with drm_dev_put
authorThomas Zimmermann <tzimmermann@suse.de>
Fri, 13 Jul 2018 13:46:01 +0000 (15:46 +0200)
committerNoralf Trønnes <noralf@tronnes.org>
Tue, 7 Aug 2018 15:09:15 +0000 (17:09 +0200)
commitb31537383f0b185e76b0d23d3a2aa6c157837279
tree57b685085430d4eb1e189bcd36b47ee2644d6c48
parentf1e244b7ae32d41f3f3449febcc2db76770e98c0
drm/tinydrm: 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>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20180713134601.14391-1-tzimmermann@suse.de
drivers/gpu/drm/tinydrm/core/tinydrm-core.c