ohci: add missing break
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 21 Jan 2013 13:53:01 +0000 (14:53 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 22 Jan 2013 10:09:54 +0000 (11:09 +0100)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-ohci.c

index 6a2f5f8..dd9967b 100644 (file)
@@ -1736,6 +1736,7 @@ static void ohci_mem_write(void *opaque,
     /* PXA27x specific registers */
     case 24: /* HcStatus */
         ohci->hstatus &= ~(val & ohci->hmask);
+        break;
 
     case 25: /* HcHReset */
         ohci->hreset = val & ~OHCI_HRESET_FSBIR;