]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/fsl-dcu: Replace drm_dev_unref with drm_dev_put
authorThomas Zimmermann <tzimmermann@suse.de>
Wed, 26 Sep 2018 11:43:12 +0000 (13:43 +0200)
committerStefan Agner <stefan@agner.ch>
Wed, 26 Sep 2018 20:20:16 +0000 (22:20 +0200)
commita74c0aa524050e5fd6c275a153b1f37283f6e37c
treef9d2894a45808b3bbd87881245c94f9575a6a5f8
parent3b9356194d878f5bc0b4d0b9e8419f449a16e5b5
drm/fsl-dcu: 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: Stefan Agner <stefan@agner.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20180926114312.23097-1-tzimmermann@suse.de
drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c