Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124053
b: refs/heads/master
c: 421b297
h: refs/heads/master
i:
  124051: e70af75
v: v3
  • Loading branch information
Marko Schluessler authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent 3b25fc9 commit a97485d
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: e99d00cb176dde1d0c140b06492b6a729367e745
refs/heads/master: 421b2970d24f7571039b29e6726bce1608578ac4
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/ttpci/budget-ci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,7 @@ static int stb6100_set_bandwidth(struct dvb_frontend *fe, u32 bandwidth)
struct tuner_state t_state;
int err = 0;

t_state.frequency = bandwidth;
t_state.bandwidth = bandwidth;
if (&fe->ops)
frontend_ops = &fe->ops;
if (&frontend_ops->tuner_ops)
Expand All @@ -1644,7 +1644,7 @@ static int stb6100_set_bandwidth(struct dvb_frontend *fe, u32 bandwidth)
return err;
}
}
printk("%s: Bandwidth=%d\n", __func__, t_state.frequency);
printk("%s: Bandwidth=%d\n", __func__, t_state.bandwidth);
return 0;
}

Expand Down

0 comments on commit a97485d

Please sign in to comment.