Hi Todd,

[auto build test ERROR on linus/master]
[also build test ERROR on next-20161213]
[cannot apply to usb/usb-testing balbi-usb/next v4.9]
[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/Todd-Brandt/USB-resume-time-optimization-by-using-spec-minimums/20161214-092721
config: i386-randconfig-s1-201650 (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=i386 

All errors (new ones prefixed by >>):

>> drivers/usb/core/usb.c:78:52: error: expected ')' before 'bool'
    core_param(usb_timing_minimum, usb_timing_minimum, bool, 0644);
                                                       ^~~~

vim +78 drivers/usb/core/usb.c

    72  
    73  #else
    74  #define usb_autosuspend_delay           0
    75  #endif
    76  
    77  static bool usb_timing_minimum;
  > 78  core_param(usb_timing_minimum, usb_timing_minimum, bool, 0644);
    79  
    80  struct _usb_timing_config usb_timing = {
    81                  .tdrsmdn = USB_TIMING_TDRSMDN_DEF,

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