]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos/hdmi: convert container_of macro to inline function
authorAndrzej Hajda <a.hajda@samsung.com>
Fri, 25 Sep 2015 12:48:26 +0000 (14:48 +0200)
committerInki Dae <daeinki@gmail.com>
Mon, 26 Oct 2015 06:10:01 +0000 (15:10 +0900)
commit1afe1717baba1e66ecebb1f95adbdcf79b1956ee
treeef4d43ffcb3397d76d9430d656cd91dc552fce8f
parent9654710540954097679db62d559324abcb9a1bc9
drm/exynos/hdmi: convert container_of macro to inline function

Inline function is safer than macro, also the name has been changed to
be consistent with other inline function encoder_to_hdmi.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Reviewed-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_hdmi.c