Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181541
b: refs/heads/master
c: 0726681
h: refs/heads/master
i:
  181539: d8a5ada
v: v3
  • Loading branch information
Abylay Ospan authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent cc36cbe commit 8ff10e4
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: 6b54ee082543294a04ea1d758abdc6013cbb4e2e
refs/heads/master: 0726681a7080cef6a9fd414894690fac16418772
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/lnbp21.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ static struct dvb_frontend *lnbx2x_attach(struct dvb_frontend *fe,
/* override frontend ops */
fe->ops.set_voltage = lnbp21_set_voltage;
fe->ops.enable_high_lnb_voltage = lnbp21_enable_high_lnb_voltage;
if (!fe->ops.set_tone) /* don't redefine */
if (!(override_clear & LNBH24_TEN)) /*22kHz logic controlled by demod*/
fe->ops.set_tone = lnbp21_set_tone;
printk(KERN_INFO "LNBx2x attached on addr=%x\n", lnbp21->i2c_addr);

Expand Down

0 comments on commit 8ff10e4

Please sign in to comment.