diff options
author | Cihangir Akturk <cakturk@gmail.com> | 2017-08-11 15:33:09 +0300 |
---|---|---|
committer | Sean Paul <seanpaul@chromium.org> | 2017-08-11 11:41:03 -0400 |
commit | 823ee8bc019c29fc0e15064bb1c6d24639d45e2d (patch) | |
tree | 322e82da92a203879e57a57012c1a64ec9be7a79 /net | |
parent | 6aeeadab79e1d67ebb275dc4735bbbded252f637 (diff) |
drm/udl: switch to drm_*_get(), drm_*_put() helpers
Use drm_*_get() and drm_*_put() helpers instead of drm_*_reference()
and drm_*_unreference() helpers.
drm_*_reference() and drm_*_unreference() functions are just
compatibility alias for drm_*_get() and drm_*_put() and should not be
used by new code. So convert all users of compatibility functions to
use the new APIs.
Generated by: scripts/coccinelle/api/drm-get-put.cocci
Signed-off-by: Cihangir Akturk <cakturk@gmail.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/1502454794-28558-24-git-send-email-cakturk@gmail.com
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions