tree: https://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git testing/next head: d2382d0a64910749af50c8c3d46b96a64c85a9c5 commit: 3e37d7b8ce45e9503d9a189a087b7431a963344d [29/34] usb: dwc3: gadget: avoid while (1) loop on completion config: tile-allmodconfig (attached as .config) compiler: tilegx-linux-gcc (GCC) 4.6.2 reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout 3e37d7b8ce45e9503d9a189a087b7431a963344d # save the attached .config to linux build tree make.cross ARCH=tile
All errors (new ones prefixed by >>):
drivers/usb/dwc3/gadget.c: In function 'dwc3_cleanup_done_reqs':
>> drivers/usb/dwc3/gadget.c:1934:2: error: expected expression before '=' token
>> drivers/usb/dwc3/gadget.c:1934:2: error: '__mptr' undeclared (first use in
>> this function)
drivers/usb/dwc3/gadget.c:1934:2: note: each undeclared identifier is
reported only once for each function it appears in
drivers/usb/dwc3/gadget.c:1934:2: error: expected expression before ',' token
>> drivers/usb/dwc3/gadget.c:1934:2: error: expected expression before ')' token
drivers/usb/dwc3/gadget.c:1934:2: warning: left-hand operand of comma
expression has no effect [-Wunused-value]
drivers/usb/dwc3/gadget.c:1929:29: warning: unused variable 'n'
[-Wunused-variable]
vim +1934 drivers/usb/dwc3/gadget.c
1928 {
1929 struct dwc3_request *req, *n;
1930 struct dwc3_trb *trb;
1931 int count = 0;
1932 int ret;
1933
> 1934 list_for_each_entry_safe(req, , &dep->started_list, list) {
1935
1936 int chain;
1937
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
.config.gz
Description: Binary data
