Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8140
b: refs/heads/master
c: 6286742
h: refs/heads/master
v: v3
  • Loading branch information
Manu Abraham authored and Linus Torvalds committed Sep 9, 2005
1 parent 0d24fb3 commit 66b5788
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 62121b1f9e25377ff50121f8c34a4aa92c47f465
refs/heads/master: 62867429d0d79e47e19ceedc3133efe74993932f
1 change: 1 addition & 0 deletions trunk/drivers/media/dvb/bt8xx/dst.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ static int dst_set_freq(struct dst_state *state, u32 freq)
state->tx_tuna[3] = (freq >> 8) & 0xff;
state->tx_tuna[4] = (u8) freq;
} else if (state->dst_type == DST_TYPE_IS_CABLE) {
freq = freq / 1000;
state->tx_tuna[2] = (freq >> 16) & 0xff;
state->tx_tuna[3] = (freq >> 8) & 0xff;
state->tx_tuna[4] = (u8) freq;
Expand Down

0 comments on commit 66b5788

Please sign in to comment.