Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202087
b: refs/heads/master
c: 10ea89d
h: refs/heads/master
i:
  202085: 58818bf
  202083: 9357fa9
  202079: c01cb2c
v: v3
  • Loading branch information
Guillaume Audirac authored and Mauro Carvalho Chehab committed Aug 2, 2010
1 parent 064d715 commit fa43414
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: 814522394ce1b6385571e3eaf747e99ab189a3c1
refs/heads/master: 10ea89d03f9850bbfbc9969f5ec79eae879b614f
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/tda10048.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ static int tda10048_get_tps(struct tda10048_state *state,
p->guard_interval = GUARD_INTERVAL_1_4;
break;
}
switch (val & 0x02) {
switch (val & 0x03) {
case 0:
p->transmission_mode = TRANSMISSION_MODE_2K;
break;
Expand Down

0 comments on commit fa43414

Please sign in to comment.