xhci: rename xhci_complete_packet to xhci_try_complete_packet
commit13e8ff7abbf1dde46280536ab4fae5012661b8b0
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 30 Jan 2017 15:36:45 +0000 (30 16:36 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 6 Feb 2017 09:23:17 +0000 (6 10:23 +0100)
tree0587a9331697c52ea2f26c16f6622ebff5a4cd0e
parentf94d18d6c6df388fde196d3ab252f57e33843a8b
xhci: rename xhci_complete_packet to xhci_try_complete_packet

Make clear that this isn't guaranteed to actually complete the transfer,
the usb packet can still be in flight after calling that function.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 1485790607-31399-3-git-send-email-kraxel@redhat.com
hw/usb/hcd-xhci.c