Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76715
b: refs/heads/master
c: 006ed1e
h: refs/heads/master
i:
  76713: 262b74c
  76711: 5d49d1d
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent cea1e35 commit 14fa55c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: cf04d29c4868a783b3e994e4a19f78ce22ba2d93
refs/heads/master: 006ed1ecf2c62659e5dd902350a7eb209b8a5257
6 changes: 3 additions & 3 deletions trunk/drivers/media/video/tda8290.c
Original file line number Diff line number Diff line change
Expand Up @@ -504,9 +504,9 @@ static void tda829x_release(struct dvb_frontend *fe)
{
struct tda8290_priv *priv = fe->analog_demod_priv;

/* dont try to release the tuner
* if we didn't attach it from this module */
if ((priv->ver > TDA8290) && (priv->ver > TDA8295))
/* only try to release the tuner if we've
* attached it from within this module */
if (priv->ver & (TDA18271 | TDA8275 | TDA8275A))
if (fe->ops.tuner_ops.release)
fe->ops.tuner_ops.release(fe);

Expand Down

0 comments on commit 14fa55c

Please sign in to comment.