提交 e0e52d4e 编写于 作者: A Antti Palosaari 提交者: Mauro Carvalho Chehab

[media] tda18218: silence compiler warning

Trivial fix.
Signed-off-by: NAntti Palosaari <crope@iki.fi>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 d46ddbe4
......@@ -282,7 +282,7 @@ struct dvb_frontend *tda18218_attach(struct dvb_frontend *fe,
struct i2c_adapter *i2c, struct tda18218_config *cfg)
{
struct tda18218_priv *priv = NULL;
u8 val;
u8 uninitialized_var(val);
int ret;
/* chip default registers values */
static u8 def_regs[] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册