media: staging: fix indentation in atomisp-ov5693

Fix "suspect code indent for conditional statements" checkpatch issue

Signed-off-by: Riccardo Schirone <sirmy15@gmail.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Riccardo Schirone 2017-11-28 15:40:04 -05:00 committed by Mauro Carvalho Chehab
parent ebcfbf8279
commit c9b56dd21a
1 changed files with 1 additions and 1 deletions

View File

@ -776,7 +776,7 @@ static int __ov5693_otp_read(struct v4l2_subdev *sd, u8 *buf)
if ((*b) == 0) {
dev->otp_size = 32;
break;
} else {
} else {
b = buf;
continue;
}