Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76669
b: refs/heads/master
c: 7686b57
h: refs/heads/master
i:
  76667: 73c814d
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 9ea57ac commit 5cc220b
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: 926bf3ca937461123b98ff2ba8c3409f5b4c05b5
refs/heads/master: 7686b574a1507ecf5fd7c419b43f26222668aa4d
10 changes: 5 additions & 5 deletions trunk/drivers/media/dvb/frontends/tda18271-tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,11 @@ static struct tda18271_map tda18271_rf_cal[] = {
};

static struct tda18271_map tda18271_ir_measure[] = {
{ .rfmax = 30000, .val = 4},
{ .rfmax = 200000, .val = 5},
{ .rfmax = 600000, .val = 6},
{ .rfmax = 865000, .val = 7},
{ .rfmax = 0, .val = 0}, /* end */
{ .rfmax = 30000, .val = 4 },
{ .rfmax = 200000, .val = 5 },
{ .rfmax = 600000, .val = 6 },
{ .rfmax = 865000, .val = 7 },
{ .rfmax = 0, .val = 0 }, /* end */
};

/*---------------------------------------------------------------------*/
Expand Down

0 comments on commit 5cc220b

Please sign in to comment.