V4L/DVB (8415): gspca: Infinite loop in i2c_w() of etoms.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Jean-Francois Moine 2008-07-18 05:52:04 -03:00 committed by Mauro Carvalho Chehab
parent fac3639d88
commit d20b27478d
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ static void reg_w(struct gspca_dev *gspca_dev,
static int i2c_w(struct gspca_dev *gspca_dev,
__u8 reg,
const __u8 *buffer,
__u16 len, __u8 mode)
int len, __u8 mode)
{
/* buffer should be [D0..D7] */
__u8 ptchcount;