commit | ac3b35f11a06964f5fe7f6ea9a190a28a7994704 | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <tzimmermann@suse.de> | Wed Sep 26 14:02:12 2018 +0200 |
committer | Sean Paul <seanpaul@chromium.org> | Wed Sep 26 09:34:11 2018 -0400 |
tree | ab00f1d13671e2995cbd3df740498addd80350c0 | |
parent | c814738257d6606aac76d3d8bdefeb05e04c3b28 [diff] |
drm/udl: 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: Sean Paul <seanpaul@chromium.org> Link: https://patchwork.freedesktop.org/patch/msgid/20180926120212.25359-1-tzimmermann@suse.de