Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76762
b: refs/heads/master
c: 0f2ce98
h: refs/heads/master
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 5390953 commit 817f5fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 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: 8cb9329309cfc6c922f46bfe05ed6f40d5b1cb56
refs/heads/master: 0f2ce9834246519e483e89dbc7225fe1fcbd30a8
8 changes: 2 additions & 6 deletions trunk/drivers/media/video/tda8290.c
Original file line number Diff line number Diff line change
Expand Up @@ -645,9 +645,6 @@ static int tda8295_probe(struct tuner_i2c_props *i2c_props)
}

static struct analog_demod_ops tda8290_ops = {
.info = {
.name = "TDA8290",
},
.set_params = tda8290_set_params,
.has_signal = tda8290_has_signal,
.standby = tda8290_standby,
Expand All @@ -656,9 +653,6 @@ static struct analog_demod_ops tda8290_ops = {
};

static struct analog_demod_ops tda8295_ops = {
.info = {
.name = "TDA8295",
},
.set_params = tda8295_set_params,
.has_signal = tda8295_has_signal,
.standby = tda8295_standby,
Expand Down Expand Up @@ -731,6 +725,8 @@ struct dvb_frontend *tda829x_attach(struct dvb_frontend *fe,
}
tuner_info("type set to %s\n", name);

fe->ops.analog_ops.info.name = name;

if (priv->ver & TDA8290) {
tda8290_init_tuner(fe);
tda8290_init_if(fe);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/tda9887.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ static void tda9887_release(struct dvb_frontend *fe)

static struct analog_demod_ops tda9887_ops = {
.info = {
.name = "TDA9887",
.name = "tda9887",
},
.set_params = tda9887_set_params,
.standby = tda9887_standby,
Expand Down

0 comments on commit 817f5fe

Please sign in to comment.