]> xenbits.xensource.com Git - qemu-upstream-4.4-testing.git/commitdiff
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 6a2f5f8c5d0e5f545250c58c37b86839481630a4..dd9967b13d888776c4d37b2e0219b4d3d92f566f 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;