Skip to content
Snippets Groups Projects
Commit c7020c97 authored by Gerd Hoffmann's avatar Gerd Hoffmann
Browse files

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: default avatarGerd Hoffmann <kraxel@redhat.com>
parent 714f9db0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment