]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos/mixer: stop using manager->ctx pointer
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 24 Nov 2014 05:14:49 +0000 (14:14 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 24 Nov 2014 09:02:54 +0000 (18:02 +0900)
commita25f7adfaaabb6c21064b5b594521dae44b62edc
tree44c385ab6859fc30821c483f67fa3ead55d5fae3
parentb81ca4ecdc6e07a6512d500c4cebf1737f19ba72
drm/exynos/mixer: stop using manager->ctx pointer

The patch replaces accesses to manager->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_mixer.c