Re: [PATCH] mt9t031 bugfix

2009-03-13 Thread Guennadi Liakhovetski
On Fri, 13 Mar 2009, Philippe Rétornaz wrote: > Le Thursday 12 March 2009 18:02:19 Guennadi Liakhovetski, vous avez écrit : > > On Fri, 6 Mar 2009, Philippe Rétornaz wrote: > > > > - The clock polarity is inverted in mt9t031_set_bus_param(), use the > > > correct one. > > > > > > diff --git a/dr

Re: [PATCH] mt9t031 bugfix

2009-03-13 Thread Philippe Rétornaz
Le Thursday 12 March 2009 18:02:19 Guennadi Liakhovetski, vous avez écrit : > On Fri, 6 Mar 2009, Philippe Rétornaz wrote: > > - The clock polarity is inverted in mt9t031_set_bus_param(), use the > > correct one. > > > > diff --git a/drivers/media/video/mt9t031.c > > b/drivers/media/video/mt9t031

Re: [PATCH] mt9t031 bugfix

2009-03-12 Thread Guennadi Liakhovetski
On Fri, 6 Mar 2009, Philippe Rétornaz wrote: > - The video device is not allocated when mt9t031_init() is called, don't use > it in debug printk. > > - The clock polarity is inverted in mt9t031_set_bus_param(), use the correct > one. > > > Signed-off-by: Philippe Rétornaz > > --- > > dif

[PATCH] mt9t031 bugfix

2009-03-06 Thread Philippe Rétornaz
- The video device is not allocated when mt9t031_init() is called, don't use it in debug printk. - The clock polarity is inverted in mt9t031_set_bus_param(), use the correct one. Signed-off-by: Philippe Rétornaz --- diff --git a/drivers/media/video/mt9t031.c b/drivers/media/video/mt9t031.c