From: kbuild test robot <lkp@intel.com>
To: Matthew McClintock <mmcclint@qca.qualcomm.com>
Cc: kbuild-all@01.org, Andy Gross <agross@codeaurora.org>,
linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
Varadarajan Narayanan <varada@codeaurora.org>,
linux-kernel@vger.kernel.org,
qca-upstream.external@qca.qualcomm.com,
Pradeep Banavathi <pradeepb@codeaurora.org>,
Senthilkumar N L <snlakshm@codeaurora.org>,
Matthew McClintock <mmcclint@codeaurora.org>
Subject: Re: [PATCH v2 2/5] clk: qcom: Add IPQ4019 Global Clock Controller support
Date: Tue, 17 Nov 2015 05:30:58 +0800 [thread overview]
Message-ID: <201511170505.WhDqpDKe%fengguang.wu@intel.com> (raw)
In-Reply-To: <1447707725-19449-2-git-send-email-mmcclint@qca.qualcomm.com>
[-- Attachment #1: Type: text/plain, Size: 1771 bytes --]
Hi Varadarajan,
[auto build test WARNING on: robh/for-next]
[also build test WARNING on: v4.4-rc1 next-20151116]
url: https://github.com/0day-ci/linux/commits/Matthew-McClintock/pinctrl-qcom-ipq4019-Add-IPQ4019-pinctrl-support/20151117-050512
base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux for-next
config: x86_64-allmodconfig (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All warnings (new ones prefixed by >>):
drivers/clk/qcom/gcc-ipq4019.c: In function 'gcc_ipq4019_probe':
>> drivers/clk/qcom/gcc-ipq4019.c:1329:17: warning: unused variable 'dev' [-Wunused-variable]
struct device *dev = &pdev->dev;
^
vim +/dev +1329 drivers/clk/qcom/gcc-ipq4019.c
1313 static const struct qcom_cc_desc gcc_ipq4019_desc = {
1314 .config = &gcc_ipq4019_regmap_config,
1315 .clks = gcc_ipq4019_clocks,
1316 .num_clks = ARRAY_SIZE(gcc_ipq4019_clocks),
1317 .resets = gcc_ipq4019_resets,
1318 .num_resets = ARRAY_SIZE(gcc_ipq4019_resets),
1319 };
1320
1321 static const struct of_device_id gcc_ipq4019_match_table[] = {
1322 { .compatible = "qcom,gcc-ipq4019" },
1323 { }
1324 };
1325 MODULE_DEVICE_TABLE(of, gcc_ipq4019_match_table);
1326
1327 static int gcc_ipq4019_probe(struct platform_device *pdev)
1328 {
> 1329 struct device *dev = &pdev->dev;
1330
1331
1332 return qcom_cc_probe(pdev, &gcc_ipq4019_desc);
1333 }
1334
1335 static struct platform_driver gcc_ipq4019_driver = {
1336 .probe = gcc_ipq4019_probe,
1337 .driver = {
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 50075 bytes --]
next prev parent reply other threads:[~2015-11-16 21:30 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1446758697-31198-1-git-send-email-mmcclint@codeaurora.org>
2015-11-16 21:02 ` [PATCH v2 1/5] pinctrl: qcom: ipq4019: Add IPQ4019 pinctrl support Matthew McClintock
2015-11-16 21:02 ` [PATCH v2 2/5] clk: qcom: Add IPQ4019 Global Clock Controller support Matthew McClintock
2015-11-16 21:30 ` kbuild test robot [this message]
2015-11-16 21:02 ` [PATCH v2 3/5] ARM: qcom: add IPQ4019 compatible match Matthew McClintock
2015-11-18 4:15 ` Andy Gross
[not found] ` <1447707725-19449-1-git-send-email-mmcclint-A+ZNKFmMK5xy9aJCnZT0Uw@public.gmane.org>
2015-11-16 21:02 ` [PATCH v2 4/5] qcom: ipq4019: Add basic board/dts support for IPQ4019 SoC Matthew McClintock
2015-11-16 21:02 ` [PATCH v2 5/5] dts: ipq4019: Add support for IPQ4019 DK01 board Matthew McClintock
2015-11-16 23:21 ` [PATCH v2 1/5] pinctrl: qcom: ipq4019: Add IPQ4019 pinctrl support Rob Herring
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=201511170505.WhDqpDKe%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=agross@codeaurora.org \
--cc=kbuild-all@01.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mmcclint@codeaurora.org \
--cc=mmcclint@qca.qualcomm.com \
--cc=pradeepb@codeaurora.org \
--cc=qca-upstream.external@qca.qualcomm.com \
--cc=snlakshm@codeaurora.org \
--cc=varada@codeaurora.org \
/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