Merge tag 'for-usb-next-2013-06-17' of git://git.kernel.org/pub/scm/linux/kernel...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Jun 2013 17:50:59 +0000 (10:50 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Jun 2013 17:50:59 +0000 (10:50 -0700)
commit45778ff4dab7e5f26ace74f7289c6f377d772c99
treefc9cd633352d56e43ca1ca7ab04d16d195ddced4
parentdf48fc74bffe09675b43aa2bd4b00c8cbb37e653
parent17d655543716791ebf8bb396b674fe95c07e55e4
Merge tag 'for-usb-next-2013-06-17' of git://git./linux/kernel/git/sarah/xhci into usb-next

Sarah writes:

xhci: Remove BUG() calls from the driver.

Hi Greg,

This patchset removes instances of BUG() from the xHCI driver.  It adds code to
gracefully handle failures by returning standard error values, and changing the
driver to handle those failure cases.  These are against Greg's usb-next
branch, and are not marked for stable.

Please queue for 3.11.

Sarah Sharp