mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-08 10:44:53 +00:00
ohci: add missing break
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
f4c0e5011b
commit
7fa96d7389
@ -1736,6 +1736,7 @@ static void ohci_mem_write(void *opaque,
|
|||||||
/* PXA27x specific registers */
|
/* PXA27x specific registers */
|
||||||
case 24: /* HcStatus */
|
case 24: /* HcStatus */
|
||||||
ohci->hstatus &= ~(val & ohci->hmask);
|
ohci->hstatus &= ~(val & ohci->hmask);
|
||||||
|
break;
|
||||||
|
|
||||||
case 25: /* HcHReset */
|
case 25: /* HcHReset */
|
||||||
ohci->hreset = val & ~OHCI_HRESET_FSBIR;
|
ohci->hreset = val & ~OHCI_HRESET_FSBIR;
|
||||||
|
Loading…
Reference in New Issue
Block a user