diff options
author | Cihangir Akturk <cakturk@gmail.com> | 2017-08-11 15:33:00 +0300 |
---|---|---|
committer | Sean Paul <seanpaul@chromium.org> | 2017-08-11 11:56:03 -0400 |
commit | c7ff96f8bbe590f8ac4aab122422231c18326dbe (patch) | |
tree | 7d3b0352849f2eb50c01756c799abe52b809e562 /fs/stat.c | |
parent | c54fd47aa5b8bc39d707d3011c9b418c6b81004b (diff) | |
download | linux-c7ff96f8bbe590f8ac4aab122422231c18326dbe.tar.bz2 |
drm/mgag200: 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-15-git-send-email-cakturk@gmail.com
Diffstat (limited to 'fs/stat.c')
0 files changed, 0 insertions, 0 deletions