Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181488
b: refs/heads/master
c: 7b2d398
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Klauser authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 4a247f2 commit 47ea9e9
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: 21ead03bdde189106e0625baac170385a6c360af
refs/heads/master: 7b2d3983f2b54b002fd045f2801514405530d224
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/dvb-usb/friio-fe.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ static u8 init_code[][2] = {
{0x76, 0x0C},
};

const static int init_code_len = sizeof(init_code) / sizeof(u8[2]);
static const int init_code_len = sizeof(init_code) / sizeof(u8[2]);

static int jdvbt90502_init(struct dvb_frontend *fe)
{
Expand Down

0 comments on commit 47ea9e9

Please sign in to comment.