Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357078
b: refs/heads/master
c: 1c12bf8
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 21, 2012
1 parent badada3 commit 4b220ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 41f55d57552b7d2236f94fccb5cdd07dbf2e8557
refs/heads/master: 1c12bf8de7e1557afeedd55d9bcec6b6a6d7b5d1
2 changes: 2 additions & 0 deletions trunk/drivers/media/dvb-frontends/tda10071.c
Original file line number Diff line number Diff line change
Expand Up @@ -1205,12 +1205,14 @@ struct dvb_frontend *tda10071_attach(const struct tda10071_config *config,
/* make sure demod i2c address is specified */
if (!config->demod_i2c_addr) {
dev_dbg(&i2c->dev, "%s: invalid demod i2c address!\n", __func__);
ret = -EINVAL;
goto error;
}

/* make sure tuner i2c address is specified */
if (!config->tuner_i2c_addr) {
dev_dbg(&i2c->dev, "%s: invalid tuner i2c address!\n", __func__);
ret = -EINVAL;
goto error;
}

Expand Down

0 comments on commit 4b220ae

Please sign in to comment.