mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
[media] ov9650: remove an extra space
drivers/media/i2c/ov9650.c:1439 ov965x_detect_sensor() warn: inconsistent indenting Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
1d88f831d2
commit
1297651655
@ -1436,7 +1436,7 @@ static int ov965x_detect_sensor(struct v4l2_subdev *sd)
|
|||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
mutex_lock(&ov965x->lock);
|
mutex_lock(&ov965x->lock);
|
||||||
__ov965x_set_power(ov965x, 1);
|
__ov965x_set_power(ov965x, 1);
|
||||||
usleep_range(25000, 26000);
|
usleep_range(25000, 26000);
|
||||||
|
|
||||||
/* Check sensor revision */
|
/* Check sensor revision */
|
||||||
|
Loading…
Reference in New Issue
Block a user