commit | 08bafffe472cffb1eb9032b83aaef8560103ea3e | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <tdz@users.sourceforge.net> | Mon Jun 18 15:07:27 2018 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Oct 02 09:36:56 2018 +0300 |
tree | 22ffcc11984f0ff97232d7bcfc3aff602f9b87ed | |
parent | e64d0229340dff8746a1b55e0bcf0dbac6cb5874 [diff] |
drm/omap: 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 <tdz@users.sourceforge.net> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>