Re: [PATCH] media: omap3isp: fix uninitialized variable use

2017-08-23 Thread Sebastian Reichel
Hi, On Wed, Aug 23, 2017 at 04:58:27PM +0300, Sakari Ailus wrote: > On Wed, Aug 23, 2017 at 03:30:19PM +0200, Arnd Bergmann wrote: > > A debug printk statement was copied incorrectly into the new > > csi1 parser code and causes a warning there: > > > > drivers/media/platform/omap3isp/isp.c: In

Re: [PATCH] media: omap3isp: fix uninitialized variable use

2017-08-23 Thread Sebastian Reichel
Hi, On Wed, Aug 23, 2017 at 04:58:27PM +0300, Sakari Ailus wrote: > On Wed, Aug 23, 2017 at 03:30:19PM +0200, Arnd Bergmann wrote: > > A debug printk statement was copied incorrectly into the new > > csi1 parser code and causes a warning there: > > > > drivers/media/platform/omap3isp/isp.c: In

Re: [PATCH] media: omap3isp: fix uninitialized variable use

2017-08-23 Thread Sakari Ailus
Hi Arnd, On Wed, Aug 23, 2017 at 03:30:19PM +0200, Arnd Bergmann wrote: > A debug printk statement was copied incorrectly into the new > csi1 parser code and causes a warning there: > > drivers/media/platform/omap3isp/isp.c: In function 'isp_probe': > include/linux/dynamic_debug.h:134:3: error:

Re: [PATCH] media: omap3isp: fix uninitialized variable use

2017-08-23 Thread Sakari Ailus
Hi Arnd, On Wed, Aug 23, 2017 at 03:30:19PM +0200, Arnd Bergmann wrote: > A debug printk statement was copied incorrectly into the new > csi1 parser code and causes a warning there: > > drivers/media/platform/omap3isp/isp.c: In function 'isp_probe': > include/linux/dynamic_debug.h:134:3: error:

Re: [PATCH] media: omap3isp: fix uninitialized variable use

2017-08-23 Thread Laurent Pinchart
Hi Arnd, Thank you for the patch. On Wednesday, 23 August 2017 16:30:19 EEST Arnd Bergmann wrote: > A debug printk statement was copied incorrectly into the new > csi1 parser code and causes a warning there: > > drivers/media/platform/omap3isp/isp.c: In function 'isp_probe': >

Re: [PATCH] media: omap3isp: fix uninitialized variable use

2017-08-23 Thread Laurent Pinchart
Hi Arnd, Thank you for the patch. On Wednesday, 23 August 2017 16:30:19 EEST Arnd Bergmann wrote: > A debug printk statement was copied incorrectly into the new > csi1 parser code and causes a warning there: > > drivers/media/platform/omap3isp/isp.c: In function 'isp_probe': >

[PATCH] media: omap3isp: fix uninitialized variable use

2017-08-23 Thread Arnd Bergmann
A debug printk statement was copied incorrectly into the new csi1 parser code and causes a warning there: drivers/media/platform/omap3isp/isp.c: In function 'isp_probe': include/linux/dynamic_debug.h:134:3: error: 'i' may be used uninitialized in this function [-Werror=maybe-uninitialized]

[PATCH] media: omap3isp: fix uninitialized variable use

2017-08-23 Thread Arnd Bergmann
A debug printk statement was copied incorrectly into the new csi1 parser code and causes a warning there: drivers/media/platform/omap3isp/isp.c: In function 'isp_probe': include/linux/dynamic_debug.h:134:3: error: 'i' may be used uninitialized in this function [-Werror=maybe-uninitialized]