Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181508
b: refs/heads/master
c: ceb59cf
h: refs/heads/master
v: v3
  • Loading branch information
Abylay Ospan authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent aec0064 commit 738f6a7
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c52af79916028f9d15638519b54a80ed1c10bce5
refs/heads/master: ceb59cf068d54761c653c42dd45c14e1ecf0f7d3
3 changes: 2 additions & 1 deletion trunk/drivers/media/dvb/frontends/lnbp21.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ 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;
fe->ops.set_tone = lnbp21_set_tone;
if (!fe->ops.set_tone) /* don't redefine */
fe->ops.set_tone = lnbp21_set_tone;
printk(KERN_INFO "LNBx2x attached on addr=%x\n", lnbp21->i2c_addr);

return fe;
Expand Down

0 comments on commit 738f6a7

Please sign in to comment.