提交 7fa96d73 编写于 作者: G Gerd Hoffmann

ohci: add missing break

Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
上级 f4c0e501
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册