From: kbuild test robot <lkp@intel.com>
To: Imran Khan <kimran@codeaurora.org>
Cc: kbuild-all@01.org, andy.gross@linaro.org, lee.jones@linaro.org,
Imran Khan <kimran@codeaurora.org>,
David Brown <david.brown@linaro.org>,
open list <linux-kernel@vger.kernel.org>,
"open list:ARM/QUALCOMM SUPPORT" <linux-arm-msm@vger.kernel.org>,
"open list:ARM/QUALCOMM SUPPORT" <linux-soc@vger.kernel.org>
Subject: Re: [PATCH v7 1/2] soc: qcom: Add SoC info driver
Date: Wed, 4 Jan 2017 04:20:57 +0800 [thread overview]
Message-ID: <201701040427.DEJSloG4%fengguang.wu@intel.com> (raw)
In-Reply-To: <1483452224-29310-2-git-send-email-kimran@codeaurora.org>
[-- Attachment #1: Type: text/plain, Size: 2028 bytes --]
Hi Imran,
[auto build test ERROR on linus/master]
[also build test ERROR on v4.10-rc2 next-20170103]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Imran-Khan/soc-qcom-Add-SoC-info-driver/20170104-025038
config: arm64-defconfig (attached as .config)
compiler: aarch64-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=arm64
All error/warnings (new ones prefixed by >>):
drivers/soc/qcom/smem.c: In function 'qcom_smem_probe':
>> drivers/soc/qcom/smem.c:757:20: error: passing argument 1 of 'qcom_socinfo_init' from incompatible pointer type [-Werror=incompatible-pointer-types]
qcom_socinfo_init(&pdev->dev);
^
drivers/soc/qcom/smem.c:89:13: note: expected 'struct platform_device *' but argument is of type 'struct device *'
extern void qcom_socinfo_init(struct platform_device *pdev);
^~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
--
drivers/soc/qcom/socinfo.c: In function 'qcom_socinfo_init':
>> drivers/soc/qcom/socinfo.c:498:5: warning: ignoring return value of 'sysfs_create_group', declared with attribute warn_unused_result [-Wunused-result]
sysfs_create_group(&dev->kobj, smem_img_tbl[i]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vim +/qcom_socinfo_init +757 drivers/soc/qcom/smem.c
751 smem->hwlock = hwspin_lock_request_specific(hwlock_id);
752 if (!smem->hwlock)
753 return -ENXIO;
754
755 __smem = smem;
756
> 757 qcom_socinfo_init(&pdev->dev);
758
759 return 0;
760 }
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 33693 bytes --]
next prev parent reply other threads:[~2017-01-03 20:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1483452224-29310-1-git-send-email-kimran@codeaurora.org>
2017-01-03 14:03 ` Imran Khan
2017-01-03 20:20 ` kbuild test robot [this message]
2017-01-03 14:03 ` [PATCH v7 2/2] Documentation/ABI: Add ABI information for QCOM socinfo driver Imran Khan
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=201701040427.DEJSloG4%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=andy.gross@linaro.org \
--cc=david.brown@linaro.org \
--cc=kbuild-all@01.org \
--cc=kimran@codeaurora.org \
--cc=lee.jones@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-soc@vger.kernel.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
Powered by JetHome