]> 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)
commitbb0edfe32429b0cd04dfe4dec42640ef7cbc9d04
tree41206df0ab038cf7d7a133129ec367d020dedb98
parent783613efcc4a7e100a62c58aa761a185264dea13
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