Skip to content

Commit

Permalink
V4L/DVB (5251): Qt1010: fix compiler warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Marco Schluessler authored and Mauro Carvalho Chehab committed Feb 21, 2007
1 parent 4acf267 commit b79ea69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/qt1010.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down

0 comments on commit b79ea69

Please sign in to comment.