Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13411
b: refs/heads/master
c: e9d096d
h: refs/heads/master
i:
  13409: ae43e54
  13407: 675efe5
v: v3
  • Loading branch information
Nickolay V. Shmyrev authored and Linus Torvalds committed Nov 9, 2005
1 parent ea1dd71 commit c9088ce
Show file tree
Hide file tree
Showing 2 changed files with 2 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: aa8d5e72c3b2dbd18e494564345e84a0b890dd7b
refs/heads/master: e9d096dc52493228ce1ae0fbed1d2fe0271fbe16
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/mt20xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ static void mt2050_set_radio_freq(struct i2c_client *c, unsigned int freq)
struct tuner *t = i2c_get_clientdata(c);
int if2 = t->radio_if2;

mt2050_set_if_freq(c, freq*62500, if2);
mt2050_set_if_freq(c, freq * 1000 / 16, if2);
mt2050_set_antenna(c, radio_antenna);
}

Expand Down

0 comments on commit c9088ce

Please sign in to comment.