Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285459
b: refs/heads/master
c: 1b750d0
h: refs/heads/master
i:
  285457: 3902a7a
  285455: 86620fc
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 31, 2011
1 parent f86fdc1 commit e406ccb
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9818d7dff2a0a1d8a51f077a16efbe5b705278b5
refs/heads/master: 1b750d09fe362a231b9a25ed75e61f642f24c880
3 changes: 2 additions & 1 deletion trunk/drivers/media/common/tuners/mxl5005s.c
Original file line number Diff line number Diff line change
Expand Up @@ -4019,7 +4019,8 @@ static int mxl5005s_set_params(struct dvb_frontend *fe,
}

/* Change tuner for new modulation type if reqd */
if (req_mode != state->current_mode) {
if (req_mode != state->current_mode ||
req_bw != state->Chan_Bandwidth) {
state->current_mode = req_mode;
ret = mxl5005s_reconfigure(fe, req_mode, req_bw);

Expand Down

0 comments on commit e406ccb

Please sign in to comment.