aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Schluessler <marco@lordzodiac.de>2007-02-13 16:46:13 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-02-21 13:35:33 -0200
commitb79ea694a919ebc107c90af61b5d22becb1b1324 (patch)
tree57f2ed1be89fc97313402667c71f3186b145b524
parent4acf26703e6cabceb6838ee9c4f75f765ad96915 (diff)
V4L/DVB (5251): Qt1010: fix compiler warning
In function 'qt1010_init': Signed-off-by: Marco Schluessler <marco@lordzodiac.de> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r--drivers/media/dvb/frontends/qt1010.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/qt1010.c b/drivers/media/dvb/frontends/qt1010.c
index c3408dcabe8..28406b354c4 100644
--- a/drivers/media/dvb/frontends/qt1010.c
+++ b/drivers/media/dvb/frontends/qt1010.c
@@ -312,7 +312,7 @@ static int qt1010_init(struct dvb_frontend *fe)
{
struct qt1010_priv *priv = fe->tuner_priv;
struct dvb_frontend_parameters params;
- int err;
+ int err = 0;
u8 i, tmpval, *valptr = NULL;
qt1010_i2c_oper_t i2c_data[] = {