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-
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
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