diff options
author | Erik Andrén <erik.andren@gmail.com> | 2009-09-18 13:31:03 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-18 23:52:35 -0400 |
commit | a8ca20b209addeae0d3017c2928048fc7f75ff70 (patch) | |
tree | 64d26a50df0ea3182ea8bb510fda876e92ec2c7a /drivers/media | |
parent | bf5c562a3e6f7fd4071284caa01f81b031aacc97 (diff) |
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>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/gspca/stv06xx/stv06xx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/gspca/stv06xx/stv06xx.c b/drivers/media/video/gspca/stv06xx/stv06xx.c index dba6394ae9a1..65489d6b0d89 100644 --- a/drivers/media/video/gspca/stv06xx/stv06xx.c +++ b/drivers/media/video/gspca/stv06xx/stv06xx.c | |||
@@ -127,8 +127,8 @@ int stv06xx_write_sensor_bytes(struct sd *sd, const u8 *data, u8 len) | |||
127 | 0x04, 0x40, 0x0400, 0, buf, | 127 | 0x04, 0x40, 0x0400, 0, buf, |
128 | I2C_BUFFER_LENGTH, | 128 | I2C_BUFFER_LENGTH, |
129 | STV06XX_URB_MSG_TIMEOUT); | 129 | STV06XX_URB_MSG_TIMEOUT); |
130 | if (err < 0) | 130 | if (err < 0) |
131 | return err; | 131 | return err; |
132 | } | 132 | } |
133 | return stv06xx_write_sensor_finish(sd); | 133 | return stv06xx_write_sensor_finish(sd); |
134 | } | 134 | } |