commit | 4c2ae34f64c80991501ebd830b13dce5c7dc3621 | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <tzimmermann@suse.de> | Tue Jul 17 10:48:14 2018 +0200 |
committer | Maxime Ripard <maxime.ripard@bootlin.com> | Tue Jul 17 14:17:06 2018 +0200 |
tree | 77fff8406bb693a8eee1225b56797337e6c9282e | |
parent | 4f45c778352eff878757a21566d87fbbedd104fc [diff] |
drm/sun4i: 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: Maxime Ripard <maxime.ripard@bootlin.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180717084814.18091-1-tzimmermann@suse.de