Re: [PATCH v2 1/2] usb: xhci: plat: fix adding usb3-lpm-capable quirk

2015-12-07 Thread Hauke Mehrtens
On 12/07/2015 11:43 PM, kbuild test robot wrote: > Hi Hauke, > > [auto build test WARNING on usb/usb-testing] > [also build test WARNING on next-20151207] > [cannot apply to v4.4-rc4] > > url: > https://github.com/0day-ci/linux/commits/Hauke-Mehrtens/usb-xhci-plat-fix-adding-usb3-lpm-capable-

Re: [PATCH v2 1/2] usb: xhci: plat: fix adding usb3-lpm-capable quirk

2015-12-07 Thread kbuild test robot
Hi Hauke, [auto build test WARNING on usb/usb-testing] [also build test WARNING on next-20151207] [cannot apply to v4.4-rc4] url: https://github.com/0day-ci/linux/commits/Hauke-Mehrtens/usb-xhci-plat-fix-adding-usb3-lpm-capable-quirk/20151208-063433 base: https://git.kernel.org/pub/scm/linu

[PATCH v2 1/2] usb: xhci: plat: fix adding usb3-lpm-capable quirk

2015-12-07 Thread Hauke Mehrtens
The xhci->quirks member is overwritten in xhci_gen_setup() with the quirks given through the module load parameter. Without this patch the usb3-lpm-capable quirk will be over written before it gets used. This patch moves the quirks code to the xhci_plat_quirks() callback function which gets called