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>
This commit is contained in:
parent
4acf26703e
commit
b79ea694a9
1 changed files with 1 additions and 1 deletions
|
@ -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[] = {
|
||||
|
|
Loading…
Reference in a new issue