]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: dsi: stop using display->ctx pointer
authorAndrzej Hajda <a.hajda@samsung.com>
Tue, 7 Oct 2014 12:01:11 +0000 (14:01 +0200)
committerInki Dae <inki.dae@samsung.com>
Mon, 24 Nov 2014 09:02:50 +0000 (18:02 +0900)
commit7aa7a44615f682ec9e0f7b12e2fea2aa95b573f5
tree9c0282bd6da3e275f4b7997a8861f6d365ea7e0e
parent7e555adb8c3186e15df99ca6e7507f00a682cf48
drm/exynos: dsi: 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_drm_dsi.c