Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124104
b: refs/heads/master
c: 9a28609
h: refs/heads/master
v: v3
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent cea0db5 commit 9a3ae81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 40e8ce3dba8e9437ed48c88c268615dc0a4bebb2
refs/heads/master: 9a286097b027081c073addc2c55775340704c683
2 changes: 2 additions & 0 deletions trunk/drivers/media/dvb/frontends/stb0899_algo.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@ static void stb0899_first_subrange(struct stb0899_state *state)
u32 bandwidth = 0;

if (config->tuner_get_bandwidth) {
stb0899_i2c_gate_ctrl(&state->frontend, 1);
config->tuner_get_bandwidth(&state->frontend, &bandwidth);
stb0899_i2c_gate_ctrl(&state->frontend, 0);
range = bandwidth - stb0899_carr_width(state) / 2;
}

Expand Down

0 comments on commit 9a3ae81

Please sign in to comment.