Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132290
b: refs/heads/master
c: 26f26fa
h: refs/heads/master
v: v3
  • Loading branch information
Hans Werner authored and Mauro Carvalho Chehab committed Mar 13, 2009
1 parent 7cb23f7 commit 670e72f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 1d06059c13fc64b67027334507f734ec0f2f4b6c
refs/heads/master: 26f26fa8e3a0822aa43ee0a80bd0196fa2554c42
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/frontends/stb6100.c
Original file line number Diff line number Diff line change
Expand Up @@ -427,11 +427,11 @@ static int stb6100_init(struct dvb_frontend *fe)
status->refclock = 27000000; /* Hz */
status->iqsense = 1;
status->bandwidth = 36000; /* kHz */
state->bandwidth = status->bandwidth * 1000; /* MHz */
state->bandwidth = status->bandwidth * 1000; /* Hz */
state->reference = status->refclock / 1000; /* kHz */

/* Set default bandwidth. */
return stb6100_set_bandwidth(fe, status->bandwidth);
return stb6100_set_bandwidth(fe, state->bandwidth);
}

static int stb6100_get_state(struct dvb_frontend *fe,
Expand Down

0 comments on commit 670e72f

Please sign in to comment.