]> git.baikalelectronics.ru Git - kernel.git/commit
drm/shmobile: Replace drm_dev_unref with drm_dev_put
authorThomas Zimmermann <tzimmermann@suse.de>
Wed, 26 Sep 2018 11:55:25 +0000 (13:55 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Fri, 23 Nov 2018 11:51:21 +0000 (13:51 +0200)
commit9e47ad8bcd5fbd83ab25355c544751a1dc5876c7
treec695f21a20b517b4c9179813ec0e78fffebc3491
parent386760efdce11d05f4b1507e3c538123505940fe
drm/shmobile: Replace drm_dev_unref with drm_dev_put

This patch unifies the naming of DRM functions for reference counting
of struct drm_device. The resulting code is more aligned with the rest
of the Linux kernel interfaces.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
drivers/gpu/drm/shmobile/shmob_drm_drv.c