Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294877
b: refs/heads/master
c: aa104b2
h: refs/heads/master
i:
  294875: a015c24
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jan 23, 2012
1 parent dbef7f0 commit cf5414f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 19c22c34dcbecb50c24548aa2ff2b07039c26c14
refs/heads/master: aa104b2fea3ced2a562c480448a2f346c3ab61f4
7 changes: 4 additions & 3 deletions trunk/drivers/media/dvb/dvb-usb/cinergyT2-fe.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,14 +276,15 @@ static int cinergyt2_fe_set_frontend(struct dvb_frontend *fe)
param.flags = 0;

switch (fep->bandwidth_hz) {
default:
case 8000000:
param.bandwidth = 0;
param.bandwidth = 8;
break;
case 7000000:
param.bandwidth = 1;
param.bandwidth = 7;
break;
case 6000000:
param.bandwidth = 2;
param.bandwidth = 6;
break;
}

Expand Down

0 comments on commit cf5414f

Please sign in to comment.