]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[media] ov9650: remove an extra space
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 11 Aug 2015 15:18:31 +0000 (12:18 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Sun, 16 Aug 2015 15:55:28 +0000 (12:55 -0300)
drivers/media/i2c/ov9650.c:1439 ov965x_detect_sensor() warn: inconsistent indenting

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/i2c/ov9650.c

index 2bc473385c9143aaea64a3616d08c5d8a64b8325..e691bba1945b7a77c2078bf9ee577cbffa9ade7d 100644 (file)
@@ -1436,7 +1436,7 @@ static int ov965x_detect_sensor(struct v4l2_subdev *sd)
        int ret;
 
        mutex_lock(&ov965x->lock);
-        __ov965x_set_power(ov965x, 1);
+       __ov965x_set_power(ov965x, 1);
        usleep_range(25000, 26000);
 
        /* Check sensor revision */