| Submitter | Gerd Hoffmann |
|---|---|
| Date | Jan. 8, 2013, 1:14 p.m. |
| Message ID | <1357650894-16982-12-git-send-email-kraxel@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/210371/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/usb/hcd-ehci.c b/hw/usb/hcd-ehci.c index 8da4b6a..1713394 100644 --- a/hw/usb/hcd-ehci.c +++ b/hw/usb/hcd-ehci.c @@ -757,7 +757,6 @@ static void ehci_attach(USBPort *port) *portsc |= PORTSC_CSC; ehci_raise_irq(s, USBSTS_PCD); - ehci_commit_irq(s); } static void ehci_detach(USBPort *port) @@ -787,7 +786,6 @@ static void ehci_detach(USBPort *port) *portsc |= PORTSC_CSC; ehci_raise_irq(s, USBSTS_PCD); - ehci_commit_irq(s); } static void ehci_child_detach(USBPort *port, USBDevice *child)