[PATCH v4 07/21] usb: dwc2: hcd: fix split transfer schedule sequence

kbuild test robot lkp at intel.com
Wed Jan 20 21:24:31 PST 2016


Hi Douglas,

[auto build test ERROR on next-20160120]
[cannot apply to v4.4-rc8 v4.4-rc7 v4.4-rc6 v4.4]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/Douglas-Anderson/usb-dwc2-host-Fix-and-speed-up-all-the-stuff-especially-with-splits/20160121-131414
config: x86_64-randconfig-x019-01201142 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/usb/dwc2/core.c: In function 'dwc2_hc_start_transfer':
>> drivers/usb/dwc2/core.c:1876:17: error: 'struct dwc2_hsotg' has no member named 'split_order'
              &hsotg->split_order);
                    ^
--
>> /bin/bash: line 0: [: -ge: unary operator expected

vim +1876 drivers/usb/dwc2/core.c

  1870				ec_mc = 3;
  1871			else
  1872				ec_mc = 1;
  1873	
  1874			/* Put ourselves on the list to keep order straight */
  1875			list_move_tail(&chan->split_order_list_entry,
> 1876				       &hsotg->split_order);
  1877		} else {
  1878			if (dbg_hc(chan))
  1879				dev_vdbg(hsotg->dev, "no split\n");

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/octet-stream
Size: 22712 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-rockchip/attachments/20160121/5e0e33ca/attachment-0001.obj>


More information about the Linux-rockchip mailing list