Hi Tobias,
2015-05-06 Tobias Jakobi tjakobi@math.uni-bielefeld.de:
The index for the hardware layer is always >=0. Previous code that also used -1 as special index is now gone.
Also apply this to 'ch_enabled' (decon/fimd), since the variable is on the same line (and is again always unsigned).
Signed-off-by: Tobias Jakobi tjakobi@math.uni-bielefeld.de
drivers/gpu/drm/exynos/exynos7_drm_decon.c | 2 +- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 6 +++--- drivers/gpu/drm/exynos/exynos_mixer.c | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-)
Reviewed-by: Gustavo Padovan gustavo.padovan@collabora.co.uk
Gustavo