From: kbuild test robot <lkp@intel.com>
To: Sriram Dash <sriram.dash@nxp.com>
Cc: kbuild-all@01.org, linux-kernel@vger.kernel.org,
linux-usb@vger.kernel.org, mathias.nyman@intel.com,
gregkh@linuxfoundation.org, suresh.gupta@nxp.com,
felipe.balbi@linux.intel.com, stern@rowland.harvard.edu,
pku.leo@gmail.com, Arnd Bergmann <arnd@arndb.de>,
Sriram Dash <sriram.dash@nxp.com>
Subject: Re: [PATCH v2 3/6] usb: ehci: fsl: use bus->sysdev for DMA configuration
Date: Wed, 2 Nov 2016 16:53:02 +0800 [thread overview]
Message-ID: <201611021658.jtChUABf%fengguang.wu@intel.com> (raw)
In-Reply-To: <1478065093-6923-4-git-send-email-sriram.dash@nxp.com>
[-- Attachment #1: Type: text/plain, Size: 1884 bytes --]
Hi Arnd,
[auto build test ERROR on usb/usb-testing]
[also build test ERROR on v4.9-rc3 next-20161028]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
[Suggest to use git(>=2.9.0) format-patch --base=<commit> (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on]
[Check https://git-scm.com/docs/git-format-patch for more information]
url: https://github.com/0day-ci/linux/commits/Sriram-Dash/inherit-dma-configuration-from-parent-dev/20161102-141353
base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-testing
config: powerpc-mpc8313_rdb_defconfig (attached as .config)
compiler: powerpc-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=powerpc
All errors (new ones prefixed by >>):
drivers/usb/host/ehci-fsl.c: In function 'fsl_ehci_drv_probe':
>> drivers/usb/host/ehci-fsl.c:99:56: error: invalid type argument of '->' (have 'struct device')
hcd = __usb_create_hcd(&fsl_ehci_hc_driver, &pdev->dev->parent,
^~
vim +99 drivers/usb/host/ehci-fsl.c
93 "Found HC with no IRQ. Check %s setup!\n",
94 dev_name(&pdev->dev));
95 return -ENODEV;
96 }
97 irq = res->start;
98
> 99 hcd = __usb_create_hcd(&fsl_ehci_hc_driver, &pdev->dev->parent,
100 &pdev->dev, dev_name(&pdev->dev), NULL);
101 if (!hcd) {
102 retval = -ENOMEM;
---
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: 16721 bytes --]
next prev parent reply other threads:[~2016-11-02 8:53 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-02 5:38 [PATCH v2 0/6] inherit dma configuration from parent dev Sriram Dash
2016-11-02 5:38 ` [PATCH v2 1/6] usb: separate out sysdev pointer from usb_bus Sriram Dash
2016-11-03 17:49 ` Grygorii Strashko
2016-11-02 5:38 ` [PATCH v2 2/6] usb: chipidea: use bus->sysdev for DMA configuration Sriram Dash
2016-11-02 6:03 ` Peter Chen
2016-11-02 5:38 ` [PATCH v2 3/6] usb: ehci: fsl: " Sriram Dash
2016-11-02 8:53 ` kbuild test robot [this message]
2016-11-02 9:26 ` Sriram Dash
2016-11-02 5:38 ` [PATCH v2 4/6] usb: xhci: " Sriram Dash
2016-11-02 5:38 ` [PATCH v2 5/6] usb: dwc3: " Sriram Dash
2016-11-02 5:38 ` [PATCH v2 6/6] usb: dwc3: Do not set dma coherent mask Sriram Dash
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=201611021658.jtChUABf%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=arnd@arndb.de \
--cc=felipe.balbi@linux.intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=mathias.nyman@intel.com \
--cc=pku.leo@gmail.com \
--cc=sriram.dash@nxp.com \
--cc=stern@rowland.harvard.edu \
--cc=suresh.gupta@nxp.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