aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/media/renesas,ceu.txt
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2018-02-26 08:33:41 -0500
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2018-02-26 08:38:57 -0500
commit52e17089d1850774d2ef583cdef2b060b84fca8c (patch)
treeb7491b7a8c8fe33e1b4e4a1d584bfc9b84affad6 /Documentation/devicetree/bindings/media/renesas,ceu.txt
parentmedia: tvp541x: fix some kernel-doc parameters (diff)
downloadlinux-dev-52e17089d1850774d2ef583cdef2b060b84fca8c.tar.xz
linux-dev-52e17089d1850774d2ef583cdef2b060b84fca8c.zip
media: imx: Don't initialize vars that won't be used
As reported by gcc: + drivers/staging/media/imx/imx-media-csi.c: warning: variable 'input_fi' set but not used [-Wunused-but-set-variable]: => 671:33 + drivers/staging/media/imx/imx-media-csi.c: warning: variable 'pinctrl' set but not used [-Wunused-but-set-variable]: => 1742:18 input_fi is not used, so just remove it. However, pinctrl should be used, as it devm_pinctrl_get_select_default() is declared with attribute warn_unused_result. What's missing there is an error handling code, in case it fails. Add it. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/devicetree/bindings/media/renesas,ceu.txt')
0 files changed, 0 insertions, 0 deletions