commit | 830aadceae20c08704562f0b83fdd0f0062d06c6 | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <tdz@users.sourceforge.net> | Mon Jul 30 11:52:31 2018 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Mon Jul 30 11:52:31 2018 +0100 |
tree | ac6f8ee91e3aa572660c629e8290264cca86290c | |
parent | 3fce4618279373efc59a91adb16c11da46cd69e5 [diff] |
drm/armada: 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: Russell King <rmk+kernel@armlinux.org.uk>