[PATCH] drm/exynos: fix checks for valid mixer window

2013-05-27 Thread Inki Dae
Applied. Thanks, Inki Dae 2013/5/27 Seung-Woo Kim > From: Krzysztof Kozlowski > > Valid values for mixer window are from 0 to MIXER_WIN_NR-1 inclusive. > Arrays in structures (e.g. mixer_context.win_data) have size of > MIXER_WIN_NR so checks for wrong mixer window must be greater-equal. > >

[PATCH] drm/exynos: fix checks for valid mixer window

2013-05-27 Thread Seung-Woo Kim
From: Krzysztof Kozlowski Valid values for mixer window are from 0 to MIXER_WIN_NR-1 inclusive. Arrays in structures (e.g. mixer_context.win_data) have size of MIXER_WIN_NR so checks for wrong mixer window must be greater-equal. Signed-off-by: Krzysztof Kozlowski Signed-off-by: Hyunhee Kim Sig

Re: [PATCH] drm/exynos: fix checks for valid mixer window

2013-05-26 Thread Inki Dae
Applied. Thanks, Inki Dae 2013/5/27 Seung-Woo Kim > From: Krzysztof Kozlowski > > Valid values for mixer window are from 0 to MIXER_WIN_NR-1 inclusive. > Arrays in structures (e.g. mixer_context.win_data) have size of > MIXER_WIN_NR so checks for wrong mixer window must be greater-equal. > >

[PATCH] drm/exynos: fix checks for valid mixer window

2013-05-26 Thread Seung-Woo Kim
From: Krzysztof Kozlowski Valid values for mixer window are from 0 to MIXER_WIN_NR-1 inclusive. Arrays in structures (e.g. mixer_context.win_data) have size of MIXER_WIN_NR so checks for wrong mixer window must be greater-equal. Signed-off-by: Krzysztof Kozlowski Signed-off-by: Hyunhee Kim Sig