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: [RFC PATCH] media: imx319: imx319_global_setting can be static
Date: Sun, 20 May 2018 00:53:39 +0800 [thread overview]
Message-ID: <20180519165338.GA40297@cairo> (raw)
In-Reply-To: <1526529744-25446-1-git-send-email-bingbu.cao@intel.com>
Fixes: aa51064f24f3 ("media: imx319: Add imx319 camera sensor driver")
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
---
imx319.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/i2c/imx319.c b/drivers/media/i2c/imx319.c
index e6a918e..44a9bda 100644
--- a/drivers/media/i2c/imx319.c
+++ b/drivers/media/i2c/imx319.c
@@ -216,7 +216,7 @@ static const struct imx319_reg imx319_global_regs[] = {
{ 0xf2d9, 0x02 },
};
-struct imx319_reg_list imx319_global_setting = {
+static struct imx319_reg_list imx319_global_setting = {
.num_of_regs = ARRAY_SIZE(imx319_global_regs),
.regs = imx319_global_regs,
};
next prev parent reply other threads:[~2018-05-19 16:53 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 ` kbuild test robot [this message]
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 ` [PATCH] media: imx319: fix semicolon.cocci warnings kbuild test robot
2018-05-22 4:33 ` [PATCH v3] media: imx319: Add imx319 camera sensor driver 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=20180519165338.GA40297@cairo \
--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).