Re: [PATCH] omap3: isp: fix compiler warning

2011-05-25 Thread Laurent Pinchart
Hi Sanjeev, On Monday 23 May 2011 20:09:58 Premi, Sanjeev wrote: > On Monday, May 23, 2011 12:56 AM Laurent Pinchart wrote: > > On Saturday 21 May 2011 12:55:32 Mauro Carvalho Chehab wrote: > > > Em 18-05-2011 13:06, Sanjeev Premi escreveu: [snip] > > > > @@ -387,7 +387,7 @@ static inline void i

RE: [PATCH] omap3: isp: fix compiler warning

2011-05-23 Thread Premi, Sanjeev
> -Original Message- > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: Monday, May 23, 2011 12:56 AM > To: Mauro Carvalho Chehab > Cc: Premi, Sanjeev; linux-media@vger.kernel.org > Subject: Re: [PATCH] omap3: isp: fix compiler warning > &

Re: [PATCH] omap3: isp: fix compiler warning

2011-05-22 Thread Laurent Pinchart
Hi Mauro and Sanjeev, On Saturday 21 May 2011 12:55:32 Mauro Carvalho Chehab wrote: > Em 18-05-2011 13:06, Sanjeev Premi escreveu: > > This patch fixes this compiler warning: > > drivers/media/video/omap3isp/isp.c: In function 'isp_isr_dbg': > > drivers/media/video/omap3isp/isp.c:392:2: warnin

Re: [PATCH] omap3: isp: fix compiler warning

2011-05-21 Thread Mauro Carvalho Chehab
Em 18-05-2011 13:06, Sanjeev Premi escreveu: > This patch fixes this compiler warning: > drivers/media/video/omap3isp/isp.c: In function 'isp_isr_dbg': > drivers/media/video/omap3isp/isp.c:392:2: warning: zero-length >gnu_printf format string > > Since printk() is used in next few statemen

[PATCH] omap3: isp: fix compiler warning

2011-05-18 Thread Sanjeev Premi
This patch fixes this compiler warning: drivers/media/video/omap3isp/isp.c: In function 'isp_isr_dbg': drivers/media/video/omap3isp/isp.c:392:2: warning: zero-length gnu_printf format string Since printk() is used in next few statements, same was used here as well. Signed-off-by: Sanjeev P