From 7fa96d73893728752ec7b832a62a48c434748497 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 21 Jan 2013 14:53:01 +0100 Subject: ohci: add missing break Signed-off-by: Gerd Hoffmann --- hw/usb/hcd-ohci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/usb/hcd-ohci.c') diff --git a/hw/usb/hcd-ohci.c b/hw/usb/hcd-ohci.c index 6a2f5f8c5d..dd9967b13d 100644 --- a/hw/usb/hcd-ohci.c +++ b/hw/usb/hcd-ohci.c @@ -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; -- cgit v1.2.1