1
0
Fork 0

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>
hifive-unleashed-5.1
kbuild test robot 2017-06-14 09:47:15 -04:00 committed by Mauro Carvalho Chehab
parent 07ca2d4c0f
commit 05ad2b6dbb
1 changed files with 1 additions and 1 deletions

View File

@ -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);