V4L/DVB (9454): Fix a compile warning

Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Manu Abraham 2008-01-25 20:39:16 -03:00 committed by Mauro Carvalho Chehab
parent 85eabac439
commit 3d6a3bebda
2 changed files with 2 additions and 2 deletions

View file

@ -444,7 +444,7 @@ err:
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;

View file

@ -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,