Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285745
b: refs/heads/master
c: 6a2329a
h: refs/heads/master
i:
  285743: 3da8a61
v: v3
  • Loading branch information
Gianluca Gennari authored and Mauro Carvalho Chehab committed Jan 6, 2012
1 parent bf3e74a commit 7f58220
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 283342954abf7c860c2e5970d8b096d2ce77665e
refs/heads/master: 6a2329ad1cb80b158a75bbf1901b86dc2deb88ee
8 changes: 4 additions & 4 deletions trunk/drivers/media/dvb/frontends/af9013.c
Original file line number Diff line number Diff line change
Expand Up @@ -880,16 +880,16 @@ static int af9013_get_frontend(struct dvb_frontend *fe)

switch ((buf[0] >> 2) & 3) {
case 0:
c->transmission_mode = GUARD_INTERVAL_1_32;
c->guard_interval = GUARD_INTERVAL_1_32;
break;
case 1:
c->transmission_mode = GUARD_INTERVAL_1_16;
c->guard_interval = GUARD_INTERVAL_1_16;
break;
case 2:
c->transmission_mode = GUARD_INTERVAL_1_8;
c->guard_interval = GUARD_INTERVAL_1_8;
break;
case 3:
c->transmission_mode = GUARD_INTERVAL_1_4;
c->guard_interval = GUARD_INTERVAL_1_4;
break;
}

Expand Down

0 comments on commit 7f58220

Please sign in to comment.