]> Git Repo - qemu.git/blobdiff - hw/usb/hcd-ehci.c
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-9' into staging
[qemu.git] / hw / usb / hcd-ehci.c
index 355bbd6bed1cc7a38540b092a402347dd7ec889c..a3ae9f260a9da505c476fdf32c55ca721c75da7d 100644 (file)
@@ -2492,7 +2492,7 @@ const VMStateDescription vmstate_ehci = {
     .minimum_version_id  = 1,
     .pre_save    = usb_ehci_pre_save,
     .post_load   = usb_ehci_post_load,
-    .fields      = (VMStateField[]) {
+    .fields = (VMStateField[]) {
         /* mmio registers */
         VMSTATE_UINT32(usbcmd, EHCIState),
         VMSTATE_UINT32(usbsts, EHCIState),
This page took 0.021243 seconds and 4 git commands to generate.