Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31469
b: refs/heads/master
c: 00e158d
h: refs/heads/master
i:
  31467: 30e5c70
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jun 30, 2006
1 parent a55b698 commit 7d4b25d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: c5e768a1ec281926e3a3a2b804d5004a2693d7e8
refs/heads/master: 00e158d52a8107ebcb0eaee6442267927f149b3b
10 changes: 5 additions & 5 deletions trunk/drivers/media/video/tuner-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -608,13 +608,13 @@ static int tuner_command(struct i2c_client *client, unsigned int cmd, void *arg)
tuner_dbg("VIDIOCSAUDIO not implemented.\n");
break;
case TDA9887_SET_CONFIG:
{
int *i = arg;
if (t->type == TUNER_TDA9887) {
int *i = arg;

t->tda9887_config = *i;
set_freq(client, t->tv_freq);
t->tda9887_config = *i;
set_freq(client, t->tv_freq);
}
break;
}
/* --- v4l ioctls --- */
/* take care: bttv does userspace copying, we'll get a
kernel pointer here... */
Expand Down

0 comments on commit 7d4b25d

Please sign in to comment.