Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115669
b: refs/heads/master
c: 64decbf
h: refs/heads/master
i:
  115667: e47f42d
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Mauro Carvalho Chehab committed Oct 17, 2008
1 parent c27b800 commit e1849ae
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: a1bc84c083af059cb93d57c9caff7b382fe8b574
refs/heads/master: 64decbfe0dca9535a6f9b0c6fa654e3c2eb47877
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/cx24116.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ static int cx24116_writereg(struct cx24116_state *state, int reg, int data)

/* Bulk byte writes to a single I2C address, for 32k firmware load */
static int cx24116_writeregN(struct cx24116_state *state, int reg,
u8 *data, u16 len)
const u8 *data, u16 len)
{
int ret = -EREMOTEIO;
struct i2c_msg msg;
Expand Down

0 comments on commit e1849ae

Please sign in to comment.