]> git.baikalelectronics.ru Git - 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)
commit66142ee5ab4a84c71877b9b9cefc6f6ea8691c8f
tree41206df0ab038cf7d7a133129ec367d020dedb98
parent4bb5b4df87557a5eab1c067cd506476cdd085a53
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