]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-usb-next-2013-08-27-15-07' of git://git.kernel.org/pub/scm/linux/kerne...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Aug 2013 22:30:03 +0000 (15:30 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Aug 2013 22:30:03 +0000 (15:30 -0700)
commit5748954e8d249ebddcdba0226d2aabeecfe8c7fe
treed05c73f3e13449a4668a5ca8ff63de6f8f73a807
parentdefa980341196f50ba0d82d2511bf0fa5a861766
parent6a4b4ba95dbee88ebdc38698ca1e48827ef9ae3d
Merge tag 'for-usb-next-2013-08-27-15-07' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next

Sarah writes:

xhci: Fix build breakage and new warnings.

Hi Greg,

This first patch should fix the build breakage Sedat Dilek reported.
Apologizes for not including this patch before commit
48dbd205b99fa687eded5fa155c713a7475037e4 "xhci:prevent "callbacks suppressed"
when debug is not enabled"

The second patch fixes a new build warning introduced by commit
56496483e5ded5ab137621ae33be2ebbffe2ef4b "usb: xhci: Disable runtime PM suspend
for quirky controllers", which was caught by the 0day build system.

Sarah Sharp