Hi Jiahau,

[auto build test ERROR on usb/usb-testing]
[also build test ERROR on v4.12-rc4 next-20170607]
[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/Jiahau-Chang/xhci-Bad-Ethernet-performance-plugged-in-ASM1042A-host/20170608-072103
base:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git 
usb-testing
config: x86_64-randconfig-x019-201723 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/usb/host/xhci.c: In function 'xhci_run':
>> drivers/usb/host/xhci.c:629:3: error: implicit declaration of function 
>> 'usb_asmedia_modify_flowcontrol_handling' 
>> [-Werror=implicit-function-declaration]
      usb_asmedia_modify_flowcontrol_handling(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   cc1: some warnings being treated as errors

vim +/usb_asmedia_modify_flowcontrol_handling +629 drivers/usb/host/xhci.c

   623                          return -ENOMEM;
   624  
   625                  xhci_queue_vendor_command(xhci, command, 0, 0, 0,
   626                                  TRB_TYPE(TRB_NEC_GET_FW));
   627          }
   628          if (xhci->quirks & XHCI_ASMEDIA_MODIFY_FLOWCONTROL) {
 > 629                  usb_asmedia_modify_flowcontrol_handling(
   630                          to_pci_dev(hcd->self.controller));
   631          }
   632          xhci_dbg_trace(xhci, trace_xhci_dbg_init,

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

Attachment: .config.gz
Description: application/gzip

Reply via email to