Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124085
b: refs/heads/master
c: 1b792e0
h: refs/heads/master
i:
  124083: 7f36eb7
v: v3
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent 8e8a760 commit e1cd903
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: eadf29b941df1c0e0e585d7482e096ca608a7bb7
refs/heads/master: 1b792e05e99f0f56eb4da91084ac9b8e8a132a15
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/stb0899_algo.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ static u32 stb0899_set_srate(struct stb0899_state *state, u32 master_clk, u32 sr

sfr[0] = (tmp >> 12) & 0xff;
sfr[1] = (tmp >> 4) & 0xff;
sfr[2] = tmp & 0x0f;
sfr[2] = tmp & 0xf0;

// stb0899_write_regs(state, STB0899_SFRUPH, sfr_up, 3);
stb0899_write_regs(state, STB0899_SFRH, sfr, 3);
Expand Down

0 comments on commit e1cd903

Please sign in to comment.