diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-01-17 16:09:11 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-01-29 10:38:04 (GMT) |
commit | cf8e193a48879a02f55b53c0cf2ec98a784baaa5 (patch) | |
tree | 291f8ce4ea0d37db2796a3e27989296fd5bbe26d /drivers/media/dvb/dvb-usb/af9005-fe.c | |
parent | 32929fb4c7c4a693ed723253b21e7bf3c8cb4b1c (diff) | |
download | linux-cf8e193a48879a02f55b53c0cf2ec98a784baaa5.tar.xz |
V4L/DVB (10248): v4l-dvb: fix a bunch of compile warnings.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/af9005-fe.c')
-rw-r--r-- | drivers/media/dvb/dvb-usb/af9005-fe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/af9005-fe.c b/drivers/media/dvb/dvb-usb/af9005-fe.c index b1a9c4c..199ece0 100644 --- a/drivers/media/dvb/dvb-usb/af9005-fe.c +++ b/drivers/media/dvb/dvb-usb/af9005-fe.c @@ -220,7 +220,7 @@ static int af9005_get_post_vit_ber(struct dvb_frontend *fe, u16 * abort_count) { u32 loc_cw_count = 0, loc_err_count; - u16 loc_abort_count; + u16 loc_abort_count = 0; int ret; ret = |