linux/drivers/media/platform/omap3isp
Mauro Carvalho Chehab 6c33d826b5 media: isp: fix a warning about a wrong struct initializer
As sparse complains:
	drivers/media/platform/omap3isp/isp.c:303:39: warning: Using plain integer as NULL pointer

when a struct is initialized with { 0 }, actually the first
element of the struct is initialized with zeros, initializing the
other elements recursively. That can even generate gcc warnings
on nested structs.

So, instead, use the gcc-specific syntax for that (with is used
broadly inside the Kernel), initializing it with {};

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
2018-08-08 10:57:14 -04:00
..
cfa_coef_table.h
gamma_table.h
isp.c media: isp: fix a warning about a wrong struct initializer 2018-08-08 10:57:14 -04:00
isp.h
ispccdc.c media: platform: fix some 64-bits warnings 2018-04-17 05:50:00 -04:00
ispccdc.h
ispccp2.c
ispccp2.h
ispcsi2.c
ispcsi2.h
ispcsiphy.c
ispcsiphy.h
isph3a_aewb.c media: omap3isp: support 64-bit version of omap3isp_stat_data 2018-05-09 16:37:05 -04:00
isph3a_af.c media: omap3isp: support 64-bit version of omap3isp_stat_data 2018-05-09 16:37:05 -04:00
isph3a.h
isphist.c media: omap3isp: support 64-bit version of omap3isp_stat_data 2018-05-09 16:37:05 -04:00
isphist.h
isppreview.c media: omap3isp: make omap3isp_prev_csc and omap3isp_prev_rgbtorgb const 2018-04-23 13:53:35 -04:00
isppreview.h
ispreg.h
ispresizer.c
ispresizer.h
ispstat.c media: omap3isp: Don't use GFP_DMA 2018-05-09 16:38:38 -04:00
ispstat.h media: omap3isp: support 64-bit version of omap3isp_stat_data 2018-05-09 16:37:05 -04:00
ispvideo.c media: v4l: omap3isp: make v4l2_file_operations const 2018-04-23 13:44:23 -04:00
ispvideo.h
luma_enhance_table.h
Makefile
noise_filter_table.h
omap3isp.h