uhci: Make uhci_fill_queue() actually operate on an UHCIQueue
authorHans de Goede <hdegoede@redhat.com>
Wed, 24 Oct 2012 16:31:12 +0000 (18:31 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 25 Oct 2012 07:08:11 +0000 (09:08 +0200)
commita4f30cd766888e69e1d75cd87d251c04e829688e
tree06771d6a72a9275a6abb76728243cae5c1452b46
parent963a68b54f8f4e5dcc7cc2c6ec8d047557ac5feb
uhci: Make uhci_fill_queue() actually operate on an UHCIQueue

And move its calling point to handle_td, this removes the ep_ret ugliness,
and prepates the way for further cleanups in the follow-up patches in this
patch-set.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-uhci.c