Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76341
b: refs/heads/master
c: 1a15604
h: refs/heads/master
i:
  76339: 941283d
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jan 25, 2008
1 parent fe8fa4d commit 3ded68b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: 0b5f4a12e628893624b478523fb4e2708c605710
refs/heads/master: 1a156045ab06b2cce8cf46e7bf53da26ab33b084
12 changes: 0 additions & 12 deletions trunk/drivers/media/video/tuner-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,18 +335,6 @@ static void set_type(struct i2c_client *c, unsigned int type,
i2c_master_send(c,buffer,4);
attach_simple_tuner(t);
break;
case TUNER_XC2028:
{
int rc=xc2028_attach(&t->fe, t->i2c.adapter, t->i2c.addr,
&c->dev, c->adapter->algo_data,
t->tuner_callback);
if (rc<0) {
t->type = TUNER_ABSENT;
t->mode_mask = T_UNINITIALIZED;
return;
}
break;
}
case TUNER_TDA9887:
tda9887_attach(t);
break;
Expand Down

0 comments on commit 3ded68b

Please sign in to comment.