commit | 9cb5f4873b993497d462b9406f9a1d8a148e461b | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <contact@tzimmermann.org> | Sun Jul 01 15:24:15 2018 +0200 |
committer | Boris Brezillon <boris.brezillon@bootlin.com> | Thu Sep 27 11:04:18 2018 +0200 |
tree | e0c66ac2e16ad27601daab969fa5ef59f1013746 | |
parent | c2b70ffcd34eca60013d90bd6cd56e60b07adef8 [diff] |
drm/atmel-hlcdc: 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 <contact@tzimmermann.org> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180701132415.10161-1-contact@tzimmermann.org