Re: [PATCH 03/21] USB: serial: refactor and clean up endpoint handling

2017-03-06 Thread Johan Hovold
On Mon, Mar 06, 2017 at 10:27:09AM +0100, Johan Hovold wrote: > On Sat, Mar 04, 2017 at 02:21:28AM +0800, kbuild test robot wrote: > > Hi Johan, > > > > [auto build test WARNING on usb/usb-testing] > > [also build test WARNING on v4.10 next-20170303] > > [if your patch is applied to the wrong git

Re: [PATCH 03/21] USB: serial: refactor and clean up endpoint handling

2017-03-06 Thread Johan Hovold
On Sat, Mar 04, 2017 at 02:21:28AM +0800, kbuild test robot wrote: > Hi Johan, > > [auto build test WARNING on usb/usb-testing] > [also build test WARNING on v4.10 next-20170303] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > > url: >

Re: [PATCH 03/21] USB: serial: refactor and clean up endpoint handling

2017-03-03 Thread kbuild test robot
Hi Johan, [auto build test WARNING on usb/usb-testing] [also build test WARNING on v4.10 next-20170303] [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/Johan-Hovold/USB-serial-refactor-endpoint-s

[PATCH 03/21] USB: serial: refactor and clean up endpoint handling

2017-03-02 Thread Johan Hovold
Refactor and clean up endpoint handling. This specifically moves the endpoint-descriptor arrays of the stack. Signed-off-by: Johan Hovold --- drivers/usb/serial/usb-serial.c | 155 +--- 1 file changed, 80 insertions(+), 75 deletions(-) diff --git a/drivers/u