Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65858
b: refs/heads/master
c: f29379c
h: refs/heads/master
v: v3
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 3bbc337 commit bdb2120
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 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: a77743bc2d29197d48a6f4ae9f8f9e0f0b0ba5d7
refs/heads/master: f29379c3619d85e0bdc0ee30c8199f7f66866fcf
11 changes: 0 additions & 11 deletions trunk/drivers/media/dvb/frontends/mt2131.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,6 @@ static int mt2131_writeregs(struct mt2131_priv *priv,u8 *buf, u8 len)
return 0;
}

static int mt2131_set_gpo(struct dvb_frontend *fe, u8 val)
{
struct mt2131_priv *priv = fe->tuner_priv;
u8 v;

mt2131_readreg(priv, 0x07, &v);
mt2131_writereg(priv, 0x07, (v & 0xfe) | (val & 0x01));

return 0;
}

static int mt2131_set_params(struct dvb_frontend *fe,
struct dvb_frontend_parameters *params)
{
Expand Down

0 comments on commit bdb2120

Please sign in to comment.