]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/msm: Replace drm_dev_unref with drm_dev_put
authorThomas Zimmermann <tzimmermann@suse.de>
Wed, 26 Sep 2018 11:48:59 +0000 (13:48 +0200)
committerRob Clark <robdclark@gmail.com>
Thu, 4 Oct 2018 00:24:55 +0000 (20:24 -0400)
commit4d8dc2dfae2c486b54bb082918a398a22b97cf85
tree51857e887225d6afea3e733113fd410ceb8ee55a
parent64686886bbffe47a0b390f2073364ca04f7c2c71
drm/msm: 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: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/msm_drv.c