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:
parent
ebcfbf8279
commit
c9b56dd21a
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue