Re: [PATCH] usb: host: xhci: refactor xhci_hub_control()

2016-12-13 Thread Felipe Balbi
Hi, kbuild test robot writes: > Hi Felipe, > > [auto build test ERROR on usb/usb-testing] > [also build test ERROR on v4.9 next-20161213] > [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/commit

Re: [PATCH] usb: host: xhci: refactor xhci_hub_control()

2016-12-13 Thread kbuild test robot
Hi Felipe, [auto build test ERROR on usb/usb-testing] [also build test ERROR on v4.9 next-20161213] [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/Felipe-Balbi/usb-host-xhci-refactor-xhci_hub_co

[PATCH] usb: host: xhci: refactor xhci_hub_control()

2016-12-13 Thread Felipe Balbi
In order to make xhci_hub_control() easier to read, let's break it into smaller functions. This will aid maintainability and readability of the code. There are no functional changes here, just shuffling code around. Signed-off-by: Felipe Balbi --- drivers/usb/host/xhci-hub.c | 652 ++