提交 b79ea694 编写于 作者: M Marco Schluessler 提交者: Mauro Carvalho Chehab

V4L/DVB (5251): Qt1010: fix compiler warning

In function 'qt1010_init':
Signed-off-by: NMarco Schluessler <marco@lordzodiac.de>
Signed-off-by: NMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 4acf2670
...@@ -312,7 +312,7 @@ static int qt1010_init(struct dvb_frontend *fe) ...@@ -312,7 +312,7 @@ static int qt1010_init(struct dvb_frontend *fe)
{ {
struct qt1010_priv *priv = fe->tuner_priv; struct qt1010_priv *priv = fe->tuner_priv;
struct dvb_frontend_parameters params; struct dvb_frontend_parameters params;
int err; int err = 0;
u8 i, tmpval, *valptr = NULL; u8 i, tmpval, *valptr = NULL;
qt1010_i2c_oper_t i2c_data[] = { qt1010_i2c_oper_t i2c_data[] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册