]> git.ipfire.org Git - thirdparty/qemu.git/commit
ehci: Correct a comment in fetchqtd packet processing
authorHans de Goede <hdegoede@redhat.com>
Mon, 3 Sep 2012 10:17:48 +0000 (12:17 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 12 Oct 2012 02:44:14 +0000 (21:44 -0500)
commit77c3d59256533ea3377d33647a91f2337a9c760d
tree1ae26b6991984757a8e666e29167f55e8a56b82a
parente2ab86fe2d89db5a5dcf128f627e3b5c27fef5f5
ehci: Correct a comment in fetchqtd packet processing

Since my previous comment said "Should never happen", I tried changing the
next line to an assert(0), which did not go well, which as the new comments
explains is logical if you think about it for a moment.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
(cherry picked from commit cf1f81691d1998fa8fe5bfcb8b498fb3723cf3c3)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/usb/hcd-ehci.c