]> git.baikalelectronics.ru Git - kernel.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)
commit946ab086e2332cb7eac00e9e9276a2bb122d5ade
treef9d2894a45808b3bbd87881245c94f9575a6a5f8
parent31d8208ccff5c48070f60f0430183b2571423195
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