X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=hw%2Fusb%2Fhost-linux.c;h=8df92074d31b960f91557c09861d7183f3a2ca73;hb=c19537a1143d493897850576394f082914f39ef1;hp=d55be878ad4e360d8b55563425c471dfa978068b;hpb=09f06a6c603ce64284287d32f6ffadaaa5064850;p=qemu.git diff --git a/hw/usb/host-linux.c b/hw/usb/host-linux.c index d55be878a..8df92074d 100644 --- a/hw/usb/host-linux.c +++ b/hw/usb/host-linux.c @@ -1045,6 +1045,7 @@ static int usb_host_handle_control(USBDevice *dev, USBPacket *p, /* Note request is (bRequestType << 8) | bRequest */ trace_usb_host_req_control(s->bus_num, s->addr, p, request, value, index); + assert(p->result == 0); switch (request) { case DeviceOutRequest | USB_REQ_SET_ADDRESS: