diff options
author | Mauro Carvalho Chehab | 2011-07-03 18:21:59 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab | 2011-07-27 17:55:45 -0300 |
commit | 1bd09ddcffb2fb59d3211a9137d9122171724bae (patch) | |
tree | f94416bbb85af8799fc66b633eb23b10bd08a3bf /lib/decompress_unlzma.c | |
parent | e16cede5a8945bda970b7dd80bc51c539e0e4c2d (diff) |
[media] drxk: fix warning: ‘status’ may be used uninitialized in this function
One of the problems of the old CHECK_ERROR is that it was hiding
the status parameter. Maybe due to that, on a few places, the return
code might lead to return incorrect status:
drivers/media/dvb/frontends/drxk_hard.c: In function ‘load_microcode.clone.0’:
drivers/media/dvb/frontends/drxk_hard.c:1281: warning: ‘status’ may be used uninitialized in this function
drivers/media/dvb/frontends/drxk_hard.c:1281: note: ‘status’ was declared here
drivers/media/dvb/frontends/drxk_hard.c: In function ‘GetLockStatus’:
drivers/media/dvb/frontends/drxk_hard.c:1792: warning: ‘status’ may be used uninitialized in this function
drivers/media/dvb/frontends/drxk_hard.c: In function ‘Start.clone.7’:
drivers/media/dvb/frontends/drxk_hard.c:1734: warning: ‘status’ may be used uninitialized in this function
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'lib/decompress_unlzma.c')
0 files changed, 0 insertions, 0 deletions