]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos/hdmi: stop using display->ctx pointer
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 17 Nov 2014 08:54:21 +0000 (09:54 +0100)
committerInki Dae <inki.dae@samsung.com>
Mon, 24 Nov 2014 09:02:55 +0000 (18:02 +0900)
commit0c1bf4f855f19133d950a49d083908eb4edef433
tree56dfb9a8870eaf18908a1b0b5e248f6f3ae3a59b
parentfc48f48b14ef3f5eccddcffb67a3a272c02af4df
drm/exynos/hdmi: stop using display->ctx pointer

The patch replaces accesses to display->ctx pointer by container_of
construct. It will allow to remove ctx field in the future.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_hdmi.c