commit | 99e294492ef9eb7edaf92b1280377abd07f99c40 | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <tzimmermann@suse.de> | Wed Sep 26 13:41:39 2018 +0200 |
committer | Lucas Stach <l.stach@pengutronix.de> | Wed Nov 07 17:35:52 2018 +0100 |
tree | d249c776d0a9b4aa27b7da7c9402e25a853e0219 | |
parent | 3283ee771c88bdf28d427b7ff0831a13213a812c [diff] |
drm/etnaviv: 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: Lucas Stach <l.stach@pengutronix.de>