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: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
9d55d1adc8
commit
aba1f24283
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user