Re: [PATCH] media: imx: shut up a false positive warning

2018-08-07 Thread Mauro Carvalho Chehab
Em Tue, 7 Aug 2018 12:00:46 +0100 Ian Arkver escreveu: > Hi Mauro, > > On 07/08/18 10:58, Mauro Carvalho Chehab wrote: > > With imx, gcc produces a false positive warning: > > > > drivers/staging/media/imx/imx-media-csi.c: In function > > 'csi_idmac_setup_channel': > >

Re: [PATCH] media: imx: shut up a false positive warning

2018-08-07 Thread Ian Arkver
Hi Mauro, On 07/08/18 10:58, Mauro Carvalho Chehab wrote: With imx, gcc produces a false positive warning: drivers/staging/media/imx/imx-media-csi.c: In function 'csi_idmac_setup_channel': drivers/staging/media/imx/imx-media-csi.c:457:6: warning: this statement may fall

[PATCH] media: imx: shut up a false positive warning

2018-08-07 Thread Mauro Carvalho Chehab
With imx, gcc produces a false positive warning: drivers/staging/media/imx/imx-media-csi.c: In function 'csi_idmac_setup_channel': drivers/staging/media/imx/imx-media-csi.c:457:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (passthrough) {