diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-30 01:02:24 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-30 14:40:32 +0300 |
commit | 902571aaa91263bc27e923e94ddf161c106befee (patch) | |
tree | 611b85563e83999ade1aeaa18994ebcc940d6d7f /include/media/v4l2-ioctl.h | |
parent | ff924203c9e4a5bc218143bc37182851185f4e5f (diff) | |
download | linux-902571aaa91263bc27e923e94ddf161c106befee.tar.xz |
V4L/DVB (10109): anysee: Fix usage of an unitialized function
drivers/media/dvb/dvb-usb/anysee.c: In function ‘anysee_master_xfer’:
drivers/media/dvb/dvb-usb/anysee.c:156: warning: ‘ret’ may be used uninitialized
By looking at the function, altrough very unlikely, this might
eventually be true if num = 0. So, better to fix the warning by
initializing with ret = 0.
Cc: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media/v4l2-ioctl.h')
0 files changed, 0 insertions, 0 deletions