]> git.baikalelectronics.ru Git - kernel.git/commit
xhci: use the trb_to_noop() helper for command trbs
authorMathias Nyman <mathias.nyman@linux.intel.com>
Mon, 23 Jan 2017 12:20:16 +0000 (14:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Jan 2017 09:59:07 +0000 (10:59 +0100)
commit8d76fde0b86a4bbdafb70329500cb3d520cf747a
treeda57c4aadbaa56d3ccfe92e40a217ea4aa9934cf
parent5e49e735142ccf77ac3fff13f1893b7f8e4fbd94
xhci: use the trb_to_noop() helper for command trbs

Remove duplicate code by using trb_to_noop() when
handling Aborted commads

Based on earlier code by Felipe Balbi <felipe.balbi@linux.intel.com>

Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-ring.c