Re: [PATCH 2/2] media: ov2640: use the v4l2 size definitions

2014-11-27 Thread Guennadi Liakhovetski
Hi Josh, On Tue, 25 Nov 2014, Josh Wu wrote: > Reuse the v4l2 size definitions from v4l2-image-sizes.h. > So we can remove the rudundent definitions from ov2640.c. > > Signed-off-by: Josh Wu Now this patch run-time depends on your "v4l2-image-sizes.h: correct the SVGA height definition" fix,

[PATCH 2/2] media: ov2640: use the v4l2 size definitions

2014-11-25 Thread Josh Wu
Reuse the v4l2 size definitions from v4l2-image-sizes.h. So we can remove the rudundent definitions from ov2640.c. Signed-off-by: Josh Wu --- drivers/media/i2c/soc_camera/ov2640.c | 82 +-- 1 file changed, 30 insertions(+), 52 deletions(-) diff --git a/drivers/me