Re: [PATCH] media: video-i2c: get rid of two gcc warnings

2018-05-09 Thread Sakari Ailus
On Fri, May 04, 2018 at 10:19:34AM -0400, Mauro Carvalho Chehab wrote: > After adding this driver, gcc complains with: > > drivers/media/i2c/video-i2c.c:55:1: warning: 'static' is not at beginning of > declaration [-Wold-style-declaration] > const static struct v4l2_fmtdesc amg88xx_format = { >

[PATCH] media: video-i2c: get rid of two gcc warnings

2018-05-04 Thread Mauro Carvalho Chehab
After adding this driver, gcc complains with: drivers/media/i2c/video-i2c.c:55:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] const static struct v4l2_fmtdesc amg88xx_format = { ^ drivers/media/i2c/video-i2c.c:59:1: warning: 'static' is not at beginning of