qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 9/9] usb-hub: don't trigger assert on packet com


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 9/9] usb-hub: don't trigger assert on packet completion.
Date: Thu, 13 Oct 2011 13:34:53 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110927 Red Hat/3.1.15-1.el6_1 Thunderbird/3.1.15

  Hi,

-    usb_packet_complete(&s->dev, packet);
+    s->dev.port->ops->complete(&s->dev.port, packet);

Oops, that doesn't compile. Got sidetracked wile waiting for the test build finish, then forgot to check the results :(

Updated patch attached.  Branch for pulling updated inplace.

cheers,
  Gerd

Attachment: 0001-usb-hub-don-t-trigger-assert-on-packet-completion.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]