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)
commit00c5ec287ab3c8e1cac343f6e1155bad4cbb23ce
tree262d8d3cf3db7f169e094548ec8dcb9b211c979b
parent63b5df963f52ccbab6fabedf05b7ac6b465789a4
parentd66eaf9f89502971fddcb0de550b01fa6f409d83
Merge tag 'for-usb-linus-2013-07-25' of git://git./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