Re: [PATCH] [media] s5p-fimc: Fix incorrect control ID assignment

2012-01-12 Thread Kyungmin Park
Acked-by: Kyungmin Park On 1/10/12, Sachin Kamat wrote: > This patch fixes the mismatch between control IDs (CID) and controls > for hflip, vflip and rotate. > > Signed-off-by: Sachin Kamat > --- > drivers/media/video/s5p-fimc/fimc-core.c |6 +++--- > 1 files changed, 3 insertions(+), 3 de

[PATCH] [media] s5p-fimc: Fix incorrect control ID assignment

2012-01-10 Thread Sachin Kamat
This patch fixes the mismatch between control IDs (CID) and controls for hflip, vflip and rotate. Signed-off-by: Sachin Kamat --- drivers/media/video/s5p-fimc/fimc-core.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/media/video/s5p-fimc/fimc-core.c b/dri