]> git.proxmox.com Git - qemu.git/commit
ehci: Don't call commit_irq after raising PCD
authorHans de Goede <hdegoede@redhat.com>
Fri, 14 Dec 2012 13:35:32 +0000 (14:35 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 7 Jan 2013 11:57:23 +0000 (12:57 +0100)
commit4a9ef2c042207e4eddbd010ccf2e1c8264d8f0d6
treeb31dee9eec0299035ba1d9230bbdf43c2cb21f18
parent52c15e5986cd0f6531a2989a81a964f77b4ed9c2
ehci: Don't call commit_irq after raising PCD

ehci_raise_irq(s, USBSTS_PCD), gets applied immediately so there is no need
to call commit_irq after it.

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