summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c
diff options
context:
space:
mode:
authorSakari Ailus <sakari.ailus@linux.intel.com>2022-01-19 09:44:59 +0100
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-01-28 19:32:49 +0100
commitff44cc4c32327b64c8aa1a3a7ea5cc473c69dfe1 (patch)
tree1a85c10bff847a29ed7a44b2f7cacda6c7f9ec8e /drivers/media/i2c
parentedd4fbff5378a8103470304809195dc8f4b1d42a (diff)
downloadlinux-ff44cc4c32327b64c8aa1a3a7ea5cc473c69dfe1.tar.bz2
media: ov8865: Fix indentation in set_selection callback
Fixed wrong indentation in set_selection callback. Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/i2c')
-rw-r--r--drivers/media/i2c/ov8865.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/i2c/ov8865.c b/drivers/media/i2c/ov8865.c
index 2b18d8e54098..cfc726e0ed1e 100644
--- a/drivers/media/i2c/ov8865.c
+++ b/drivers/media/i2c/ov8865.c
@@ -2838,8 +2838,8 @@ static int ov8865_get_selection(struct v4l2_subdev *subdev,
switch (sel->target) {
case V4L2_SEL_TGT_CROP:
mutex_lock(&sensor->mutex);
- __ov8865_get_pad_crop(sensor, state, sel->pad,
- sel->which, &sel->r);
+ __ov8865_get_pad_crop(sensor, state, sel->pad,
+ sel->which, &sel->r);
mutex_unlock(&sensor->mutex);
break;
case V4L2_SEL_TGT_NATIVE_SIZE: