V4L/DVB (13006): gspca - stv06xx: Fix a misindentation
authorErik Andrén <erik.andren@gmail.com>
Fri, 18 Sep 2009 17:31:03 +0000 (14:31 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 19 Sep 2009 03:52:35 +0000 (00:52 -0300)
Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/stv06xx/stv06xx.c

index dba6394..65489d6 100644 (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);
 }