pci-ohci: Add missing 'break' in ohci_service_td
commit4b351a0f212769deda960da44e299f44d5da0737
authorJán Veselý <jano.vesely@gmail.com>
Sat, 21 Sep 2013 20:26:41 +0000 (21 16:26 -0400)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 2 Oct 2013 18:55:28 +0000 (2 22:55 +0400)
tree28e53149b96f7986d8153cd57b867fc2283522b1
parent84faf7c3927ca7f3013362e38c58c02a7e733c0c
pci-ohci: Add missing 'break' in ohci_service_td

Device communication errors need to be reported to driver.
Add a debug message while at it.

Signed-off-by: Jan Vesely <jano.vesely@gmail.com>
Acked-by: Gerd Hoffmann <kraxel@gmail.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/usb/hcd-ohci.c