]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit72a95d846a24f0a20dc3611443829ee45d1b0ec2
treefc9cd633352d56e43ca1ca7ab04d16d195ddced4
parentdbcd4f384c9ad3a06c154ad6c28057cfe9c50593
parent4ef8a39d93c5ca674e3efe427154c234bece17dd
Merge tag 'for-usb-next-2013-06-17' of git://git.kernel.org/pub/scm/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