Re: [PATCH] [media] vpif_capture: fix condition logic in vpif_capture.c

2012-11-19 Thread Prabhakar Lad
Hi Wei, On Tue, Oct 30, 2012 at 7:15 PM, Wei Yongjun wrote: > From: Wei Yongjun > > The pattern E == C1 && E == C2 is always false. This patch > fix this according to the assumption that && should be ||. > > dpatch engine is used to auto generate this patch. > (https://github.com/weiyj/dpatch) >

Re: [PATCH] [media] vpif_capture: fix condition logic in vpif_capture.c

2012-11-04 Thread Prabhakar Lad
Wei, On Tue, Oct 30, 2012 at 7:15 PM, Wei Yongjun wrote: > From: Wei Yongjun > > The pattern E == C1 && E == C2 is always false. This patch > fix this according to the assumption that && should be ||. > > dpatch engine is used to auto generate this patch. > (https://github.com/weiyj/dpatch) > >

[PATCH] [media] vpif_capture: fix condition logic in vpif_capture.c

2012-10-30 Thread Wei Yongjun
From: Wei Yongjun The pattern E == C1 && E == C2 is always false. This patch fix this according to the assumption that && should be ||. dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun --- drivers/media/platform/davinci/vpif_captu

[PATCH] [media] vpif_capture: fix condition logic in vpif_capture.c

2012-10-30 Thread Wei Yongjun
From: Wei Yongjun The pattern E == C1 && E == C2 is always false. This patch fix this according to the assumption that && should be ||. dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun --- drivers/media/platform/davinci/vpif_captu