Skip to content

Commit

Permalink
ohci: add missing break
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
  • Loading branch information
kraxel committed Jan 22, 2013
1 parent f4c0e50 commit 7fa96d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/usb/hcd-ohci.c
Expand Up @@ -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;
Expand Down

0 comments on commit 7fa96d7

Please sign in to comment.