Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1192
b: refs/heads/master
c: 958706c
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Stezenbach authored and Linus Torvalds committed May 17, 2005
1 parent 2e26399 commit b77b436
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: bdc7800122da0b6b008aa9bdafc01e32b6a4576a
refs/heads/master: 958706c12d7e1b21ac46a8b3bc7eabb157b20bb7
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/b2c2/flexcop-fe-tuner.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ static int flexcop_set_tone(struct dvb_frontend *fe, fe_sec_tone_mode_t tone)

v.lnb_switch_freq_200.LNB_CTLPrescaler_sig = 1; /* divide by 2 */

v.lnb_switch_freq_200.LNB_CTLHighCount_sig =
v.lnb_switch_freq_200.LNB_CTLLowCount_sig = ax;
v.lnb_switch_freq_200.LNB_CTLHighCount_sig = ax;
v.lnb_switch_freq_200.LNB_CTLLowCount_sig = ax == 0 ? 0x1ff : ax;

return fc->write_ibi_reg(fc,lnb_switch_freq_200,v);
}
Expand Down

0 comments on commit b77b436

Please sign in to comment.