diff options
author | 2017-08-11 15:32:58 +0300 | |
---|---|---|
committer | 2017-10-02 16:18:58 +0200 | |
commit | a8f2023d5d265fe3ff7e434bd7217e394b809f0b (patch) | |
tree | 8b12647fbb60c9d82bad6f77be16d4194ba3945d /drivers/fpga/fpga-mgr.c | |
parent | Linux 4.14-rc1 (diff) | |
download | linux-dev-a8f2023d5d265fe3ff7e434bd7217e394b809f0b.tar.xz linux-dev-a8f2023d5d265fe3ff7e434bd7217e394b809f0b.zip |
drm/imx: 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: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions