summaryrefslogtreecommitdiffstats
path: root/drivers/media/common
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2018-08-07 15:48:36 +0200
committerMauro Carvalho Chehab2018-08-08 16:57:14 +0200
commit6c33d826b5c468033c21d8653d148dd758bbab28 (patch)
treee8bb46d67f07844d21771ce4ca349136e586aa98 /drivers/media/common
parentmedia: radio-wl1273: fix return code for the polling routine (diff)
downloadkernel-qcow2-linux-6c33d826b5c468033c21d8653d148dd758bbab28.tar.gz
kernel-qcow2-linux-6c33d826b5c468033c21d8653d148dd758bbab28.tar.xz
kernel-qcow2-linux-6c33d826b5c468033c21d8653d148dd758bbab28.zip
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>
Diffstat (limited to 'drivers/media/common')
0 files changed, 0 insertions, 0 deletions