Re: [PATCH 3/7][v4][RESEND]usb:fsl:otg: Add support to add/remove usb host driver

From: kbuild test robot
Date: Thu Dec 24 2015 - 21:29:33 EST


[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
Hi Ramneek,

[auto build test ERROR on balbi-usb/next]
[also build test ERROR on v4.4-rc6 next-20151223]

url: https://github.com/0day-ci/linux/commits/Ramneek-Mehresh/Add-OTG-support-for-FSL-socs/20151224-192624
base: https://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git next
config: powerpc-mpc837x_rdb_defconfig (attached as .config)
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

Note: the linux-review/Ramneek-Mehresh/Add-OTG-support-for-FSL-socs/20151224-192624 HEAD 8d1f660bb7a0e738ef7663aa729799df9c540a48 builds fine.
It only hurts bisectibility.

All errors (new ones prefixed by >>):

drivers/usb/host/ehci-fsl.c: In function 'ehci_fsl_drv_suspend':
>> drivers/usb/host/ehci-fsl.c:568:10: error: 'struct usb_bus' has no member named 'is_otg'
if (host->is_otg) {
^
drivers/usb/host/ehci-fsl.c:572:7: error: 'struct usb_bus' has no member named 'is_otg'
host->is_otg = 0;
^
drivers/usb/host/ehci-fsl.c: In function 'ehci_fsl_drv_resume':
drivers/usb/host/ehci-fsl.c:598:10: error: 'struct usb_bus' has no member named 'is_otg'
if (host->is_otg) {
^
drivers/usb/host/ehci-fsl.c:602:7: error: 'struct usb_bus' has no member named 'is_otg'
host->is_otg = 0;
^

vim +568 drivers/usb/host/ehci-fsl.c

562
563 if (of_device_is_compatible(dev->parent->of_node,
564 "fsl,mpc5121-usb2-dr")) {
565 return ehci_fsl_mpc512x_drv_suspend(dev);
566 }
567
> 568 if (host->is_otg) {
569 /* remove hcd */
570 ehci_fsl->hcd_add = 0;
571 schedule_work(&ehci_fsl->change_hcd_work);

---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation

Attachment: .config.gz
Description: Binary data