hw/usb-ohci: Fix OHCI_TD_T1 bit position definition
commit8d11b78c9a243ae2d9cf27a15216f8554b6fc63d
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 14 Sep 2011 17:49:00 +0000 (14 18:49 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 13 Oct 2011 10:58:51 +0000 (13 12:58 +0200)
tree97df31591c0660bbd63169bef7d8baf6d06fa0c8
parent0fcc3bfc0ff76bc3697f12bd3b795f6b139e6ad0
hw/usb-ohci: Fix OHCI_TD_T1 bit position definition

The OHCI Transfer Descriptor T (DataToggle) bits are 24 and 25;
fix an error which accidentally overlaid them both on the same bit.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb-ohci.c