linux/drivers/media/usb/em28xx
Hans Verkuil 430e35724b [media] em28xx: fix uninitialized variable warning
Fix this daily build warning:

In file included from build/media_build/v4l/em28xx-core.c:35:0:
build/media_build/v4l/em28xx-core.c: In function 'em28xx_audio_setup':
build/media_build/v4l/em28xx.h:798:2: warning: 'vid' may be used uninitialized in this function [-Wmaybe-uninitialized]
  printk(KERN_INFO "%s: "fmt,\
  ^
build/media_build/v4l/em28xx-core.c:507:6: note: 'vid' was declared here
  u32 vid;
      ^

As far as I can tell 'vid' can not really be used uninitialized here, but the code
is sufficiently complex that apparently gcc can't figure that out.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2014-10-21 08:51:07 -02:00
..
em28xx-audio.c [media] em28xx: Fix identation 2014-09-26 06:47:59 -03:00
em28xx-camera.c [media] em28xx-v4l: simplify some pointers in em28xx_init_camera() 2014-07-26 16:42:28 -03:00
em28xx-cards.c Revert "[media] media: em28xx - remove reset_resume interface" 2014-09-28 22:25:24 -03:00
em28xx-core.c [media] em28xx: fix uninitialized variable warning 2014-10-21 08:51:07 -02:00
em28xx-dvb.c [media] em28xx: convert tda18212 tuner to I2C client 2014-09-21 19:59:57 -03:00
em28xx-i2c.c [media] media: em28xx - fix i2c_xfer to return -ENODEV when dev is removed 2014-07-26 11:15:17 -03:00
em28xx-input.c [media] em28xx-input: i2c IR decoders: improve i2c_client handling 2014-09-22 17:29:06 -03:00
em28xx-reg.h [media] em28xx: fix I2S audio sample rate definitions and info output 2014-01-07 08:33:29 -02:00
em28xx-v4l.h [media] vb2: stop_streaming should return void 2014-04-23 10:12:51 -03:00
em28xx-vbi.c [media] em28xx: Get rid of some unused modprobe parameters at vbi code 2014-09-21 21:06:44 -03:00
em28xx-video.c Merge branch 'patchwork' into v4l_for_linus 2014-10-09 14:00:54 -03:00
em28xx.h Merge branch 'patchwork' into v4l_for_linus 2014-10-09 14:00:54 -03:00
Kconfig [media] em28xx: add [2013:025f] PCTV tripleStick (292e) 2014-04-23 09:51:31 -03:00
Makefile [media] em28xx: make em28xx-video to be a separate module 2014-01-07 05:09:26 -02:00