commit | a74c0aa524050e5fd6c275a153b1f37283f6e37c | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <tzimmermann@suse.de> | Wed Sep 26 13:43:12 2018 +0200 |
committer | Stefan Agner <stefan@agner.ch> | Wed Sep 26 22:20:16 2018 +0200 |
tree | f9d2894a45808b3bbd87881245c94f9575a6a5f8 | |
parent | 3b9356194d878f5bc0b4d0b9e8419f449a16e5b5 [diff] |
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