Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37346
b: refs/heads/master
c: 2a514de
h: refs/heads/master
v: v3
  • Loading branch information
Andrew de Quincey authored and Mauro Carvalho Chehab committed Sep 26, 2006
1 parent 366a8fb commit 01ff707
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 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: 1f10c7afa1ac611c32ec4a2114788876a3f5d05e
refs/heads/master: 2a514dea5fda67958c79f5137d4dcb272f8561e8
12 changes: 3 additions & 9 deletions trunk/drivers/media/dvb/frontends/tda1004x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1195,13 +1195,7 @@ static int tda1004x_get_tune_settings(struct dvb_frontend* fe, struct dvb_fronte
return 0;
}

static void tda10045_release(struct dvb_frontend* fe)
{
struct tda1004x_state *state = fe->demodulator_priv;
kfree(state);
}

static void tda10046_release(struct dvb_frontend* fe)
static void tda1004x_release(struct dvb_frontend* fe)
{
struct tda1004x_state *state = fe->demodulator_priv;
kfree(state);
Expand All @@ -1221,7 +1215,7 @@ static struct dvb_frontend_ops tda10045_ops = {
FE_CAN_TRANSMISSION_MODE_AUTO | FE_CAN_GUARD_INTERVAL_AUTO
},

.release = tda10045_release,
.release = tda1004x_release,

.init = tda10045_init,
.sleep = tda1004x_sleep,
Expand Down Expand Up @@ -1280,7 +1274,7 @@ static struct dvb_frontend_ops tda10046_ops = {
FE_CAN_TRANSMISSION_MODE_AUTO | FE_CAN_GUARD_INTERVAL_AUTO
},

.release = tda10046_release,
.release = tda1004x_release,

.init = tda10046_init,
.sleep = tda1004x_sleep,
Expand Down

0 comments on commit 01ff707

Please sign in to comment.