Re: [PATCH 05/10] drm/exynos/mixer: remove mixer_resources sub-structure

2017-09-12 Thread Tobias Jakobi
Hello Andrzej, Andrzej Hajda wrote: > mixer_resources adds only unnecessary redirection, removing it makes the > code shorter and cleaner. Reviewed-by: Tobias Jakobi > Signed-off-by: Andrzej Hajda > --- > drivers/gpu/drm/exynos/exynos_mixer.c | 323 > -- > 1

[PATCH 05/10] drm/exynos/mixer: remove mixer_resources sub-structure

2017-09-06 Thread Andrzej Hajda
mixer_resources adds only unnecessary redirection, removing it makes the code shorter and cleaner. Signed-off-by: Andrzej Hajda --- drivers/gpu/drm/exynos/exynos_mixer.c | 323 -- 1 file changed, 147 insertions(+), 176 deletions(-) diff --git a/drivers/gpu/drm/ex