mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
ohci: add missing break
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
f4c0e5011b
commit
7fa96d7389
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue