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)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 11 Sep 2012 05:42:59 +0000 (07:42 +0200)
commitcf1f81691d1998fa8fe5bfcb8b498fb3723cf3c3
tree285ca3997bea0e0ea53fb676fd8ca7dfa740e5be
parenteff6dce79bd7ad3c16d75c5e55b5a2a137ba6a60
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>
hw/usb/hcd-ehci.c