Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37331
b: refs/heads/master
c: 22694c0
h: refs/heads/master
i:
  37329: 003f6df
  37327: 40891d5
v: v3
  • Loading branch information
Trent Piepho authored and Mauro Carvalho Chehab committed Sep 26, 2006
1 parent b6a9f34 commit 8077ff2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: e84fef6b4a9d36fea53354633c590a7800d9fd83
refs/heads/master: 22694c0c38ba023c6535f6b5b7925f9fb7a868fd
2 changes: 0 additions & 2 deletions trunk/drivers/media/video/tuner-simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,6 @@ static void default_set_radio_freq(struct i2c_client *c, unsigned int freq)
buffer[3] = 0xa4;
break;
}
buffer[0] = (div>>8) & 0x7f;
buffer[1] = div & 0xff;
if (params->cb_first_if_lower_freq && div < t->last_div) {
buffer[0] = buffer[2];
buffer[1] = buffer[3];
Expand Down

0 comments on commit 8077ff2

Please sign in to comment.