[PATCH] soc_camera: Fix debug output of supported formats count

2009-06-15 Thread Stefan Herbrechtsmeier
The supported formats count must be set to 0 after debug output right before the second pass. Signed-off-by: Stefan Herbrechtsmeier diff --git a/linux/drivers/media/video/soc_camera.c b/linux/drivers/media/video/soc_camera.c --- a/linux/drivers/media/video/soc_camera.c +++ b/linux/drivers/media

Re: [PATCH] soc_camera: Fix debug output of supported formats count

2009-06-11 Thread Guennadi Liakhovetski
On Thu, 2 Apr 2009, Stefan Herbrechtsmeier wrote: > The supported formats count must be set to 0 after debug output > right before the second pass. > Hi Stefan, could you please resend with your Sob? Thanks Guennadi > diff --git a/linux/drivers/media/video/soc_camera.c > b/linux/drivers/media

[PATCH] soc_camera: Fix debug output of supported formats count

2009-04-02 Thread Stefan Herbrechtsmeier
The supported formats count must be set to 0 after debug output right before the second pass. diff --git a/linux/drivers/media/video/soc_camera.c b/linux/drivers/media/video/soc_camera.c --- a/linux/drivers/media/video/soc_camera.c +++ b/linux/drivers/media/video/soc_camera.c @@ -236,11 +236,11 @