Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125543
b: refs/heads/master
c: 0b82c5d
h: refs/heads/master
i:
  125541: 1fe430d
  125539: 6d123ff
  125535: 5e37b6a
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jan 2, 2009
1 parent 117b89f commit 23c7050
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4a87d7c4f259efa89ae6627c49e403eef51a3058
refs/heads/master: 0b82c5d6748a15758875f78ac772c6d48ebead2a
7 changes: 6 additions & 1 deletion trunk/drivers/media/common/tuners/tuner-simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,12 @@ struct dvb_frontend *simple_tuner_attach(struct dvb_frontend *fe,
memcpy(&fe->ops.tuner_ops, &simple_tuner_ops,
sizeof(struct dvb_tuner_ops));

tuner_info("type set to %d (%s)\n", type, priv->tun->name);
if (type != priv->type)
tuner_warn("couldn't set type to %d. Using %d (%s) instead\n",
type, priv->type, priv->tun->name);
else
tuner_info("type set to %d (%s)\n",
priv->type, priv->tun->name);

if ((debug) || ((atv_input[priv->nr] > 0) ||
(dtv_input[priv->nr] > 0))) {
Expand Down

0 comments on commit 23c7050

Please sign in to comment.