Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357549
b: refs/heads/master
c: a92591a
h: refs/heads/master
i:
  357547: f8ad887
v: v3
  • Loading branch information
Michael Büsch authored and Mauro Carvalho Chehab committed Feb 8, 2013
1 parent ee29161 commit 8166dee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aadb4640109b76cc9d0e1d8ce6b7bc3258a89170
refs/heads/master: a92591a7112042f92b609be42bc332d989776e9b
3 changes: 3 additions & 0 deletions trunk/drivers/media/tuners/fc0011.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ static int fc0011_set_params(struct dvb_frontend *fe)
u8 fa, fp, vco_sel, vco_cal;
u8 regs[FC11_NR_REGS] = { };

if (priv->frequency == p->frequency)
return 0;

regs[FC11_REG_7] = 0x0F;
regs[FC11_REG_8] = 0x3E;
regs[FC11_REG_10] = 0xB8;
Expand Down

0 comments on commit 8166dee

Please sign in to comment.