Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Sakari Ailus and committed by
Mauro Carvalho Chehab
ff44cc4c edd4fbff

+2 -2
+2 -2
drivers/media/i2c/ov8865.c
··· 2838 2838 switch (sel->target) { 2839 2839 case V4L2_SEL_TGT_CROP: 2840 2840 mutex_lock(&sensor->mutex); 2841 - __ov8865_get_pad_crop(sensor, state, sel->pad, 2842 - sel->which, &sel->r); 2841 + __ov8865_get_pad_crop(sensor, state, sel->pad, 2842 + sel->which, &sel->r); 2843 2843 mutex_unlock(&sensor->mutex); 2844 2844 break; 2845 2845 case V4L2_SEL_TGT_NATIVE_SIZE: