Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124100
b: refs/heads/master
c: 3d6a3be
h: refs/heads/master
v: v3
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent 4523f95 commit 5379aad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions 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: 85eabac439ff6b60775e3d6458702dcb6c479e05
refs/heads/master: 3d6a3bebda2093cf563266bbfa0f1f1b1ae8fd41
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/stb0899_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ int stb0899_write_s2reg(struct stb0899_state *state,
return status < 0 ? status : -EREMOTEIO;
}

int stb0899_read_regs(struct stb0899_state *state, unsigned int reg, u8 *buf, size_t count)
int stb0899_read_regs(struct stb0899_state *state, unsigned int reg, u8 *buf, u32 count)
{
int status;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/stb0899_priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ extern u32 _stb0899_read_s2reg(struct stb0899_state *state,

extern int stb0899_read_regs(struct stb0899_state *state,
unsigned int reg, u8 *buf,
size_t count);
u32 count);

extern int stb0899_write_regs(struct stb0899_state *state,
unsigned int reg, u8 *data,
Expand Down

0 comments on commit 5379aad

Please sign in to comment.