Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4319
b: refs/heads/master
c: 3dff919
h: refs/heads/master
i:
  4317: 4a1d493
  4315: ac14649
  4311: 7850726
  4303: 9c8639d
  4287: 9ae6675
v: v3
  • Loading branch information
Allan Stirling authored and Linus Torvalds committed Jul 8, 2005
1 parent 173825a commit 1ae3f17
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: 7d53421c6adce47d067b834c605daeafe1ff9356
refs/heads/master: 3dff919425dd79954447e6ab39807b4c27ba3089
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/bt8xx/dst.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,12 +325,12 @@ static int dst_set_polarization(struct dst_state *state)
switch (state->voltage) {
case SEC_VOLTAGE_13: // vertical
printk("%s: Polarization=[Vertical]\n", __FUNCTION__);
state->tx_tuna[8] |= 0x40; //1
state->tx_tuna[8] &= ~0x40; //1
break;

case SEC_VOLTAGE_18: // horizontal
printk("%s: Polarization=[Horizontal]\n", __FUNCTION__);
state->tx_tuna[8] =~ 0x40; // 0
state->tx_tuna[8] |= 0x40; // 0
break;

case SEC_VOLTAGE_OFF:
Expand Down

0 comments on commit 1ae3f17

Please sign in to comment.