]> Git Repo - qemu.git/blobdiff - hw/usb-ohci.c
Revert "Introduce reset notifier order"
[qemu.git] / hw / usb-ohci.c
index c575480b4546426f2ece40750d676a5b06adc246..23b5e2146fd155616dcaad1620215304be25d848 100644 (file)
@@ -1695,7 +1695,7 @@ static void usb_ohci_init(OHCIState *ohci, int num_ports, int devfn,
     }
 
     ohci->async_td = 0;
-    qemu_register_reset(ohci_reset, 0, ohci);
+    qemu_register_reset(ohci_reset, ohci);
     ohci_reset(ohci);
 }
 
This page took 0.020362 seconds and 4 git commands to generate.