V4L/DVB (13006): gspca - stv06xx: Fix a misindentation

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Erik Andrén 2009-09-18 14:31:03 -03:00 committed by Mauro Carvalho Chehab
parent bf5c562a3e
commit a8ca20b209
1 changed files with 2 additions and 2 deletions

View File

@ -127,8 +127,8 @@ int stv06xx_write_sensor_bytes(struct sd *sd, const u8 *data, u8 len)
0x04, 0x40, 0x0400, 0, buf,
I2C_BUFFER_LENGTH,
STV06XX_URB_MSG_TIMEOUT);
if (err < 0)
return err;
if (err < 0)
return err;
}
return stv06xx_write_sensor_finish(sd);
}