ehci: Get rid of packet tbytes field
commit549a3c3d9665bdc0246fb6594b6e36ce3afadd21
authorHans de Goede <hdegoede@redhat.com>
Wed, 24 Oct 2012 16:13:59 +0000 (24 18:13 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 25 Oct 2012 07:08:09 +0000 (25 09:08 +0200)
tree6e9919943017fceb48e505b76f6bbb8f2c525e00
parent7c2eaca4efa46e02caaec4ca7ddf05a6e461da94
ehci: Get rid of packet tbytes field

This field is used in some places to track the tbytes field of the token, but
in other places the field is used directly, use it directly everywhere for
consistency.

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