X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=hw%2Fusb-ohci.c;fp=hw%2Fusb-ohci.c;h=7c37f70c7685c1e58bdd09ccb26c7a1fcf814f14;hb=759b334a9739814df2883aa4c41b1c0f5670e90a;hp=279e82e364d646fe569484a5191f553901f6cc5c;hpb=7e2198fc87e878b8ce5df965477e21713ebf7834;p=qemu diff --git a/hw/usb-ohci.c b/hw/usb-ohci.c index 279e82e..7c37f70 100644 --- a/hw/usb-ohci.c +++ b/hw/usb-ohci.c @@ -1697,7 +1697,7 @@ static void usb_ohci_init(OHCIState *ohci, int num_ports, int devfn, } ohci->async_td = 0; - qemu_register_reset(ohci_reset, ohci); + qemu_register_reset(ohci_reset, 0, ohci); ohci_reset(ohci); }