1
0
Fork 0

[media] tda18218: silence compiler warning

Trivial fix.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
hifive-unleashed-5.1
Antti Palosaari 2012-08-09 20:50:37 -03:00 committed by Mauro Carvalho Chehab
parent d46ddbe4bf
commit e0e52d4e9f
1 changed files with 1 additions and 1 deletions

View File

@ -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[] = {