]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/udl: Replace drm_dev_unref with drm_dev_put
authorThomas Zimmermann <tzimmermann@suse.de>
Wed, 26 Sep 2018 12:02:12 +0000 (14:02 +0200)
committerSean Paul <seanpaul@chromium.org>
Wed, 26 Sep 2018 13:34:11 +0000 (09:34 -0400)
commitac3b35f11a06964f5fe7f6ea9a190a28a7994704
treeab00f1d13671e2995cbd3df740498addd80350c0
parentc814738257d6606aac76d3d8bdefeb05e04c3b28
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
drivers/gpu/drm/udl/udl_drv.c