Hi John,

[auto build test ERROR on balbi-usb/next]
[also build test ERROR on next-20170123]
[cannot apply to v4.10-rc5]
[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/John-Youn/usb-dwc2-Rework-params-FIFO-and-other-changes/20170124-072407
base:   https://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git next
config: x86_64-randconfig-u0-01241252 (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 

Note: the 
linux-review/John-Youn/usb-dwc2-Rework-params-FIFO-and-other-changes/20170124-072407
 HEAD 3ef187d597d009e39cc77484b95a2c935096eba5 builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

   drivers/usb/dwc2/hcd.c: In function 'dwc2_gahbcfg_init':
>> drivers/usb/dwc2/hcd.c:277:27: error: 'struct dwc2_core_params' has no 
>> member named 'ahb_burst'
      ahbcfg |= (hsotg->params.ahb_burst <<
                              ^

vim +277 drivers/usb/dwc2/hcd.c

b02038fa John Youn 2016-02-23  271              dev_err(hsotg->dev, "External 
DMA Mode not supported\n");
b02038fa John Youn 2016-02-23  272              return -EINVAL;
b02038fa John Youn 2016-02-23  273  
b02038fa John Youn 2016-02-23  274      case GHWCFG2_INT_DMA_ARCH:
b02038fa John Youn 2016-02-23  275              dev_dbg(hsotg->dev, "Internal 
DMA Mode\n");
70033c5e John Youn 2016-11-17  276              ahbcfg &= ~GAHBCFG_HBSTLEN_MASK;
70033c5e John Youn 2016-11-17 @277              ahbcfg |= 
(hsotg->params.ahb_burst <<
70033c5e John Youn 2016-11-17  278                         
GAHBCFG_HBSTLEN_SHIFT);
b02038fa John Youn 2016-02-23  279              break;
b02038fa John Youn 2016-02-23  280  

:::::: The code at line 277 was first introduced by commit
:::::: 70033c5ec15b5b634927b6ffe8bcc9bf5029ab4c usb: dwc2: Use the ahb_burst 
param

:::::: TO: John Youn <johny...@synopsys.com>
:::::: CC: Felipe Balbi <felipe.ba...@linux.intel.com>

---
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