]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/atmel-hlcdc: switch to drm_*{get,put} helpers
authorCihangir Akturk <cakturk@gmail.com>
Thu, 3 Aug 2017 11:58:20 +0000 (14:58 +0300)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Thu, 3 Aug 2017 14:41:56 +0000 (16:41 +0200)
commitf3a73544da732e28368ce12d6682ff8531824aaa
tree41206df0ab038cf7d7a133129ec367d020dedb98
parentd95a8e7b2ac31029fd916711dff3bf9c562da700
drm/atmel-hlcdc: switch to drm_*{get,put} 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.

Signed-off-by: Cihangir Akturk <cakturk@gmail.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1501761585-11757-6-git-send-email-cakturk@gmail.com
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c