Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1313901
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4 07/21] usb: dwc2: hcd: fix split transfer schedule sequence |
| Date | 2016-01-21 06:30 +0100 |
| Message-ID | <qTfYL-Ea-17@gated-at.bofh.it> (permalink) |
| References | <qTfP5-x3-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
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
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v4 0/21] usb: dwc2: host: Fix and speed up all the stuff, especially with splits Douglas Anderson <dianders@chromium.org> - 2016-01-21 06:10 +0100
[PATCH v4 11/21] usb: dwc2: host: Use periodic interrupt even with DMA Douglas Anderson <dianders@chromium.org> - 2016-01-21 06:10 +0100
[PATCH v4 15/21] usb: dwc2: host: Add scheduler logging for missed SOFs Douglas Anderson <dianders@chromium.org> - 2016-01-21 06:10 +0100
[PATCH v4 04/21] usb: dwc2: host: Set host_perio_tx_fifo_size to 304 for rk3066 Douglas Anderson <dianders@chromium.org> - 2016-01-21 06:20 +0100
[PATCH v4 07/21] usb: dwc2: hcd: fix split transfer schedule sequence Douglas Anderson <dianders@chromium.org> - 2016-01-21 06:20 +0100
Re: [PATCH v4 07/21] usb: dwc2: hcd: fix split transfer schedule sequence kbuild test robot <lkp@intel.com> - 2016-01-21 06:30 +0100
Re: [PATCH v4 07/21] usb: dwc2: hcd: fix split transfer schedule sequence Doug Anderson <dianders@chromium.org> - 2016-01-22 01:30 +0100
[PATCH v4 09/21] usb: dwc2: host: Add a delay before releasing periodic bandwidth Douglas Anderson <dianders@chromium.org> - 2016-01-21 06:20 +0100
[PATCH v4 03/21] usb: dwc2: host: Set host_rx_fifo_size to 528 for rk3066 Douglas Anderson <dianders@chromium.org> - 2016-01-21 06:20 +0100
[PATCH v4 02/21] usb: dwc2: host: Get aligned DMA in a more supported way Douglas Anderson <dianders@chromium.org> - 2016-01-21 06:20 +0100
[PATCH v4 08/21] usb: dwc2: host: Add scheduler tracing Douglas Anderson <dianders@chromium.org> - 2016-01-21 06:20 +0100
csiph-web