Browse Source

media: i2c: fix semicolon.cocci warnings

drivers/media/i2c/ov5670.c:2033:2-3: Unneeded semicolon

 Remove unneeded semicolon.

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

CC: Chiranjeevi Rapolu <chiranjeevi.rapolu@intel.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
kbuild test robot 8 years ago
parent
commit
05ad2b6dbb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/media/i2c/ov5670.c

+ 1 - 1
drivers/media/i2c/ov5670.c

@@ -2030,7 +2030,7 @@ static int ov5670_set_ctrl(struct v4l2_ctrl *ctrl)
 		dev_info(&client->dev, "%s Unhandled id:0x%x, val:0x%x\n",
 			 __func__, ctrl->id, ctrl->val);
 		break;
-	};
+	}
 
 	pm_runtime_put(&client->dev);