dwc2/host: remove hcd_event_device_remove() call from handle_hptr_irq to prevent double removal

Signed-off-by: Maxime Vincent <maxime@veemax.be>
This commit is contained in:
Maxime Vincent
2025-04-08 14:34:11 +02:00
parent 7d8433abab
commit 6607b76c76

View File

@@ -1266,8 +1266,6 @@ static void handle_hprt_irq(uint8_t rhport, bool in_isr) {
if (hprt_bm.conn_status) {
hcd_event_device_attach(rhport, in_isr);
} else {
hcd_event_device_remove(rhport, in_isr);
}
}