Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76308
b: refs/heads/master
c: e2be32a
h: refs/heads/master
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent e3dc6e5 commit ca0c0ce
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 1dde7a4fa2b197d298c3f1b97a7f78fd1c3a1bda
refs/heads/master: e2be32ac8017d1bcb293f8c11c046ff654991385
4 changes: 4 additions & 0 deletions trunk/drivers/media/video/tuner-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ static void fe_release(struct tuner *t)

if (fe_tuner_ops->release)
fe_tuner_ops->release(&t->fe);

t->fe.ops.analog_demod_ops = NULL;
}

static void fe_standby(struct tuner *t)
Expand Down Expand Up @@ -353,6 +355,8 @@ static void set_type(struct i2c_client *c, unsigned int type,
break;
}

ops = t->fe.ops.analog_demod_ops;

if (((NULL == ops) ||
((NULL == ops->set_tv_freq) && (NULL == ops->set_radio_freq))) &&
(fe_tuner_ops->set_analog_params)) {
Expand Down

0 comments on commit ca0c0ce

Please sign in to comment.