Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21615
b: refs/heads/master
c: 15207b2
h: refs/heads/master
i:
  21613: ff941f3
  21611: 7856ebc
  21607: f932bdd
  21599: 0c5ed88
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Feb 7, 2006
1 parent 5b62e92 commit 5c93eaa
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 8f1a58d0fccacb5d61aed8a63c3920c8acc155e7
refs/heads/master: 15207b2e73afb3aa6cd96a1b8c0b5016bcf90128
5 changes: 4 additions & 1 deletion trunk/drivers/media/video/tuner-simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,11 @@ static void default_set_tv_freq(struct i2c_client *c, unsigned int freq)
break;
}
/* use default tuner_params if desired_type not available */
if (desired_type != tun->params[j].type)
if (desired_type != tun->params[j].type) {
tuner_dbg("IFPCoff = %d: tuner_params undefined for tuner %d\n",
IFPCoff,t->type);
j = 0;
}

for (i = 0; i < tun->params[j].count; i++) {
if (freq > tun->params[j].ranges[i].limit)
Expand Down

0 comments on commit 5c93eaa

Please sign in to comment.