Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76666
b: refs/heads/master
c: 67d52e2
h: refs/heads/master
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent a21b31f commit fe7a3c4
Show file tree
Hide file tree
Showing 2 changed files with 3 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: de7234bb05a8498c5092385d3f1dd9e73cd332d0
refs/heads/master: 67d52e29032dd2f21d4080331f47a21205f337f6
5 changes: 2 additions & 3 deletions trunk/drivers/media/video/tuner-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -855,12 +855,11 @@ static int tuner_command(struct i2c_client *client, unsigned int cmd, void *arg)
break;

if (analog_ops->set_config) {
tuner_warn("Tuner frontend module has no way to "
"set config\n");
analog_ops->set_config(&t->fe, cfg->priv);
break;
}

analog_ops->set_config(&t->fe, cfg->priv);
tuner_dbg("Tuner frontend module has no way to set config\n");
break;
}
/* --- v4l ioctls --- */
Expand Down

0 comments on commit fe7a3c4

Please sign in to comment.