]> git.ipfire.org Git - thirdparty/qemu.git/commit
usb-uhci: process uhci_handle_td return code via switch.
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 27 Jan 2012 15:38:42 +0000 (16:38 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 27 Feb 2012 10:13:27 +0000 (11:13 +0100)
commit971a5a406ed3631797a6c83e47f6fc2e7d410f8f
treec770606abf8681142b857acb74dd225081f47527
parentf8af1e889b7f314cd38a642d28bc3362c1790c97
usb-uhci: process uhci_handle_td return code via switch.

Restruct the uhci_handle_td return code processing to make the
control flow more clear and the code more readable.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb-uhci.c