]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-usb-linus-2013-07-25' of git://git.kernel.org/pub/scm/linux/kernel...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jul 2013 17:02:24 +0000 (10:02 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jul 2013 17:02:24 +0000 (10:02 -0700)
commit3f598d81de9fd194c8ad6979463d8f122e0da52e
tree262d8d3cf3db7f169e094548ec8dcb9b211c979b
parent11aa681be73c66c6e1ded2c237251c1e59d591e3
parent94d222cf3f716c89f2318df2300ebeea205e28b4
Merge tag 'for-usb-linus-2013-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-linus

Sarah writes:

xhci: Bug fixes, now with more tags!

Hi Greg,

Here's five bug fixes for 3.12.

The three patches are marked for stable.  Two fix NULL pointer dereferences.
The third marked for stable suppresses some serious log spam from unnecessary
xHCI driver warnings, whenever an isochronous short packet happens on an xHCI
1.0 host.

The other two patches fix build warnings.

Sarah Sharp