[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201903050741.6Tjd6Il8%fengguang.wu@intel.com>
Date: Tue, 5 Mar 2019 07:53:45 +0800
From: kbuild test robot <lkp@...el.com>
To: Yu Chen <chenyu56@...wei.com>
Cc: kbuild-all@...org, linux-usb@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
john.stultz@...aro.org, suzhuangluan@...ilicon.com,
kongfei@...ilicon.com, liuyu712@...ilicon.com,
wanghu17@...ilicon.com, butao@...ilicon.com, chenyao11@...wei.com,
fangshengzhou@...ilicon.com, lipengcheng8@...wei.com,
songxiaowei@...ilicon.com, xuyiping@...ilicon.com,
xuyoujun4@...wei.com, yudongbin@...ilicon.com,
zangleigang@...ilicon.com, Yu Chen <chenyu56@...wei.com>,
Andy Shevchenko <andy.shevchenko@...il.com>,
Felipe Balbi <balbi@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Binghui Wang <wangbinghui@...ilicon.com>
Subject: Re: [PATCH v3 04/12] usb: dwc3: Add splitdisable quirk for Hisilicon
Kirin Soc
Hi Yu,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on balbi-usb/next]
[also build test ERROR on v5.0 next-20190304]
[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/Yu-Chen/Add-support-for-usb-on-Hikey960/20190305-062824
base: https://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git next
config: x86_64-randconfig-x010-201909 (attached as .config)
compiler: gcc-8 (Debian 8.2.0-21) 8.2.0
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
>> drivers/usb/dwc3/core.c:1855:14: error: 'dwc3_complete' undeclared here (not in a function); did you mean 'complete'?
.complete = dwc3_complete,
^~~~~~~~~~~~~
complete
vim +1855 drivers/usb/dwc3/core.c
1852
1853 static const struct dev_pm_ops dwc3_dev_pm_ops = {
1854 SET_SYSTEM_SLEEP_PM_OPS(dwc3_suspend, dwc3_resume)
> 1855 .complete = dwc3_complete,
1856 SET_RUNTIME_PM_OPS(dwc3_runtime_suspend, dwc3_runtime_resume,
1857 dwc3_runtime_idle)
1858 };
1859
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/gzip" (34874 bytes)
Powered by blists - more mailing lists