diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-04-24 10:36:45 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-25 12:55:16 (GMT) |
commit | ecb52ab8213173e81717ac6fb3ba956f048aeda9 (patch) | |
tree | 6a828666a0d1e4ed8fc8d1f1e2ed1151090e71b8 /Documentation | |
parent | 7f8414594e4755234fd0ca415630cfe2dfab42ce (diff) | |
download | linux-ecb52ab8213173e81717ac6fb3ba956f048aeda9.tar.xz |
[media] anysee: Initialize ret = 0 in anysee_frontend_attach()
drivers/media/usb/dvb-usb-v2/anysee.c: In function ‘anysee_frontend_attach’:
drivers/media/usb/dvb-usb-v2/anysee.c:641: warning: ‘ret’ may be used uninitialized in this function
And gcc is right (see the ANYSEE_HW_507T case), so initialize ret to zero
to fix this.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions