Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1072
b: refs/heads/master
c: e99d343
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Benc authored and Linus Torvalds committed May 7, 2005
1 parent a79db11 commit 6602978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: b272125273103458b9727df1868b81bae64f44cb
refs/heads/master: e99d3438e4db1ef9e4cae5ad3946c76f4ffd268d
3 changes: 1 addition & 2 deletions trunk/drivers/media/video/tuner-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,7 @@ tuner_command(struct i2c_client *client, unsigned int cmd, void *arg)
V4L2_TUNER_RADIO != t->mode)
set_tv_freq(client,400*16);
t->mode = f->type;
t->freq = f->frequency;
set_freq(client,t->freq);
set_freq(client,f->frequency);
break;
}
case VIDIOC_G_TUNER:
Expand Down

0 comments on commit 6602978

Please sign in to comment.