Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226275
b: refs/heads/master
c: a931910
h: refs/heads/master
i:
  226273: 61340c7
  226271: a70d8c7
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 29, 2010
1 parent aa5a9a2 commit 0a90609
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 03c9a806e30c3904e5b5702874eebc1a4f2082bd
refs/heads/master: a931910d3be6f63464befb2dde94ec58a6eaf5c1
5 changes: 4 additions & 1 deletion trunk/drivers/media/dvb/frontends/stb6100.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@ static const struct stb6100_regmask stb6100_template[] = {
[STB6100_TEST3] = { 0x00, 0xde },
};

static void stb6100_normalise_regs(u8 regs[])
/*
* Currently unused. Some boards might need it in the future
*/
static inline void stb6100_normalise_regs(u8 regs[])
{
int i;

Expand Down

0 comments on commit 0a90609

Please sign in to comment.