Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232197
b: refs/heads/master
c: 47ab285
h: refs/heads/master
i:
  232195: cea6d92
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jan 19, 2011
1 parent 002d236 commit 953b4b8
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 567aba0b7997dad5fe3fb4aeb174ee9018df8c5b
refs/heads/master: 47ab285a960ac456506297c93322ab13c3522f5a
5 changes: 4 additions & 1 deletion trunk/drivers/media/common/tuners/tda8290.c
Original file line number Diff line number Diff line change
Expand Up @@ -755,8 +755,11 @@ struct dvb_frontend *tda829x_attach(struct dvb_frontend *fe,
}

if ((!(cfg) || (TDA829X_PROBE_TUNER == cfg->probe_tuner)) &&
(tda829x_find_tuner(fe) < 0))
(tda829x_find_tuner(fe) < 0)) {
memset(&fe->ops.analog_ops, 0, sizeof(struct analog_demod_ops));

goto fail;
}

switch (priv->ver) {
case TDA8290:
Expand Down

0 comments on commit 953b4b8

Please sign in to comment.