Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124087
b: refs/heads/master
c: 72f7841
h: refs/heads/master
i:
  124085: e1cd903
  124083: 7f36eb7
  124079: 486746c
v: v3
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent 9eb4adf commit 128141f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d0a41e8f8fa3d0fe94ebd1cc115f73e3d7b97172
refs/heads/master: 72f7841613a9f6e2c013ad9ff61efb5fc16a89f2
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/stb0899_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ int stb0899_write_reg(struct stb0899_state *state, unsigned int reg, u8 data)
*/
static u32 stb0899_get_mclk(struct stb0899_state *state)
{
u32 mclk = 90000000, div = 0;
u32 mclk = 0, div = 0;

div = stb0899_read_reg(state, STB0899_NCOARSE);
mclk = (div + 1) * state->config->xtal_freq / 6;
Expand Down

0 comments on commit 128141f

Please sign in to comment.