[PATCH] ov9650: fix semicolon.cocci warnings

kbuild test robot lkp at intel.com
Sun Jun 25 09:07:08 PDT 2017


drivers/media/i2c/ov9650.c:2034:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 5ffa34fa8f2e ("ov9650: add support of OV9655 variant")
CC: Hugues Fruchet <hugues.fruchet at st.com>
Signed-off-by: Fengguang Wu <fengguang.wu at intel.com>
---

 ov9650.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/media/i2c/ov9650.c
+++ b/drivers/media/i2c/ov9650.c
@@ -2031,7 +2031,7 @@ static int ov965x_probe(struct i2c_clien
 		ov965x->formats = ov9655_formats;
 		ov965x->nb_of_formats = ARRAY_SIZE(ov9655_formats);
 		ov965x->set_params = ov965x_set_frame_size;
-	};
+	}
 
 	ov965x->frame_size = &ov965x->framesizes[0];
 	ov965x_get_default_format(ov965x, &ov965x->format);



More information about the linux-arm-kernel mailing list