Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124035
b: refs/heads/master
c: 3e3263e
h: refs/heads/master
i:
  124033: 8f2268b
  124031: 4259ab0
v: v3
  • Loading branch information
Marko Schluessler authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent a154c16 commit e79494c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 57ad94a63548b413dc11039f462480994a06c809
refs/heads/master: 3e3263e6654ca22c317fb4d49eea3b940613b3ba
5 changes: 2 additions & 3 deletions trunk/drivers/media/dvb/frontends/stb6100.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,11 +534,11 @@ struct dvb_frontend *stb6100_attach(struct dvb_frontend *fe,
state->config = config;
state->i2c = i2c;
state->frontend = fe;
state->reference = config->refclock;
state->reference = config->refclock / 1000; /* kHz */
fe->tuner_priv = state;
fe->ops.tuner_ops = stb6100_ops;

printk("%s: Attaching\n", __func__);
printk("%s: Attaching STB6100 \n", __func__);
return fe;

error:
Expand All @@ -552,7 +552,6 @@ static int stb6100_release(struct dvb_frontend *fe)
struct stb6100_state *state = fe->tuner_priv;

fe->tuner_priv = NULL;
memset(&fe->ops.tuner_ops, 0, sizeof (fe->ops.tuner_ops));
kfree(state);

return 0;
Expand Down

0 comments on commit e79494c

Please sign in to comment.