Skip to content

Commit

Permalink
[media] ov9650: remove an extra space
Browse files Browse the repository at this point in the history
drivers/media/i2c/ov9650.c:1439 ov965x_detect_sensor() warn: inconsistent indenting

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
  • Loading branch information
Mauro Carvalho Chehab committed Aug 16, 2015
1 parent 1d88f83 commit 1297651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/i2c/ov9650.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 1297651

Please sign in to comment.