]> git.proxmox.com Git - mirror_qemu.git/commit - hw/usb/hcd-ehci.c
usb-ehci: Cleanup itd error handling
authorHans de Goede <hdegoede@redhat.com>
Fri, 2 Mar 2012 20:27:18 +0000 (21:27 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 7 Mar 2012 11:28:04 +0000 (12:28 +0100)
commit5eafd438c9e3b7b698c4a4ec755f52d8dfb870ae
treeabf3197b6a78d24304a29866fdea704d5046ab92
parent553a6a59f6931bf3a034945e0c1585f4b05d6000
usb-ehci: Cleanup itd error handling

All error statuses except for NAK are handled in a switch case, move the
handling of NAK into the same switch case.

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