From: kbuild test robot <fengguang.wu@intel.com>
To: bingbu.cao@intel.com
Cc: kbuild-all@01.org, linux-media@vger.kernel.org,
sakari.ailus@linux.intel.com, bingbu.cao@linux.intel.com,
tian.shu.qiu@linux.intel.com, rajmohan.mani@intel.com,
mchehab@kernel.org
Subject: [PATCH] media: imx319: fix semicolon.cocci warnings
Date: Tue, 22 May 2018 05:27:02 +0800 [thread overview]
Message-ID: <20180521212702.GA30452@intel11> (raw)
In-Reply-To: <1526886658-14417-1-git-send-email-bingbu.cao@intel.com>
From: kbuild test robot <fengguang.wu@intel.com>
drivers/media/i2c/imx319.c:1874:2-3: Unneeded semicolon
drivers/media/i2c/imx319.c:1917:2-3: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Fixes: 6ee66fafab37 ("media: imx319: Add imx319 camera sensor driver")
CC: Bingbu Cao <bingbu.cao@intel.com>
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
---
imx319.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/drivers/media/i2c/imx319.c
+++ b/drivers/media/i2c/imx319.c
@@ -1871,7 +1871,7 @@ static int imx319_set_ctrl(struct v4l2_c
imx319->exposure->minimum,
max, imx319->exposure->step, max);
break;
- };
+ }
/*
* Applying V4L2 control value only happens
@@ -1914,7 +1914,7 @@ static int imx319_set_ctrl(struct v4l2_c
"ctrl(id:0x%x,val:0x%x) is not handled\n",
ctrl->id, ctrl->val);
break;
- };
+ }
pm_runtime_put(&client->dev);
next prev parent reply other threads:[~2018-05-21 21:27 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-17 4:02 [PATCH] media: imx319: Add imx319 camera sensor driver bingbu.cao
2018-05-19 16:53 ` kbuild test robot
2018-05-19 16:53 ` [RFC PATCH] media: imx319: imx319_global_setting can be static kbuild test robot
2018-05-21 7:10 ` [PATCH v2 1/3] media: dw9807: Add dw9807 vcm driver bingbu.cao
2018-05-21 7:10 ` [PATCH v2 2/3] media: imx258: Add imx258 camera sensor driver bingbu.cao
2018-05-21 7:11 ` Bing Bu Cao
2018-05-21 7:11 ` [PATCH v2 1/3] media: dw9807: Add dw9807 vcm driver Bing Bu Cao
2018-05-21 7:10 ` [PATCH v2] media: imx319: Add imx319 camera sensor driver bingbu.cao
2018-05-21 21:27 ` kbuild test robot
2018-05-21 21:27 ` kbuild test robot [this message]
2018-05-22 4:33 ` [PATCH v3] " bingbu.cao
2018-05-22 20:08 ` jacopo mondi
2018-05-23 7:19 ` Bing Bu Cao
2018-05-23 7:38 ` Sakari Ailus
2018-05-24 20:07 ` jacopo mondi
2018-05-24 20:47 ` Sakari Ailus
2018-05-25 6:18 ` Tomasz Figa
2018-05-25 7:12 ` jacopo mondi
2018-05-25 7:31 ` Tomasz Figa
2018-05-25 10:56 ` jacopo mondi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180521212702.GA30452@intel11 \
--to=fengguang.wu@intel.com \
--cc=bingbu.cao@intel.com \
--cc=bingbu.cao@linux.intel.com \
--cc=kbuild-all@01.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=rajmohan.mani@intel.com \
--cc=sakari.ailus@linux.intel.com \
--cc=tian.shu.qiu@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).