Skip to content

Commit

Permalink
[media] tda18218: silence compiler warning
Browse files Browse the repository at this point in the history
Trivial fix.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Aug 12, 2012
1 parent d46ddbe commit e0e52d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/common/tuners/tda18218.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down

0 comments on commit e0e52d4

Please sign in to comment.