diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2014-09-29 13:48:16 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-10-21 14:51:07 +0400 |
commit | 430e35724bf008742a211d4c18a9b2dff1f61a86 (patch) | |
tree | 6810bb2de1f4360a11d32a81288ba1e5a25dc4fd /drivers/cpufreq | |
parent | 031d705c07bc7b911c49c49ae346e3223b6ced9b (diff) | |
download | linux-430e35724bf008742a211d4c18a9b2dff1f61a86.tar.xz |
[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>
Diffstat (limited to 'drivers/cpufreq')
0 files changed, 0 insertions, 0 deletions