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
> -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
>
&
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
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
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