提交 aba1f242 编写于 作者: G Gerd Hoffmann

usb-uhci: update irq line on reset

uhci_reset() clears irq mask and irq status registers, but doesn't
update the irq line.  Which may result in suspious IRQs after uhci
reset.  Fix it.
Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
上级 9d55d1ad
...@@ -369,6 +369,7 @@ static void uhci_reset(void *opaque) ...@@ -369,6 +369,7 @@ static void uhci_reset(void *opaque)
} }
uhci_async_cancel_all(s); uhci_async_cancel_all(s);
uhci_update_irq(s);
} }
static void uhci_pre_save(void *opaque) static void uhci_pre_save(void *opaque)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册