usb-ehci: drop assert()
commitc7020c974073ba9c0110d45361720a29ff6b2f59
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 30 Mar 2012 11:20:21 +0000 (30 13:20 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 17 Apr 2012 08:23:29 +0000 (17 10:23 +0200)
tree85d5c114ef0ef21c7f728af7dc1da0554cb3d585
parent714f9db06c209fd42d67e6dffd4f7fd932b51b65
usb-ehci: drop assert()

Not sure what the purpose of the assert() was, in any case it is bogous.
We can arrive there if transfer descriptors passed to us from the guest
failed to pass sanity checks, i.e. it is guest-triggerable.  We deal
with that case by resetting the host controller.  Everything is ok, no
need to throw a core dump here.

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