Re: [PATCH] omap3isp: ispqueue: Fix uninitialized variable compiler warnings

2013-01-07 Thread Laurent Pinchart
Hi Sakari, On Saturday 05 January 2013 00:51:36 Sakari Ailus wrote: > On Mon, Dec 17, 2012 at 09:52:48AM +0100, Laurent Pinchart wrote: > > drivers/media/platform/omap3isp/ispqueue.c:399:18: warning: 'pa' may be > > used uninitialized in this function [-Wuninitialized] > > > > This is a false pos

Re: [PATCH] omap3isp: ispqueue: Fix uninitialized variable compiler warnings

2013-01-04 Thread Sakari Ailus
Hi Laurent, Thanks for the patch. On Mon, Dec 17, 2012 at 09:52:48AM +0100, Laurent Pinchart wrote: > drivers/media/platform/omap3isp/ispqueue.c:399:18: warning: 'pa' may be > used uninitialized in this function [-Wuninitialized] > > This is a false positive but the compiler has no way to know a

[PATCH] omap3isp: ispqueue: Fix uninitialized variable compiler warnings

2012-12-17 Thread Laurent Pinchart
drivers/media/platform/omap3isp/ispqueue.c:399:18: warning: 'pa' may be used uninitialized in this function [-Wuninitialized] This is a false positive but the compiler has no way to know about it, so initialize the variable to 0. drivers/media/platform/omap3isp/ispqueue.c:445:6: warning: 'vm_page