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:
@@ -1266,8 +1266,6 @@ static void handle_hprt_irq(uint8_t rhport, bool in_isr) {
|
|||||||
|
|
||||||
if (hprt_bm.conn_status) {
|
if (hprt_bm.conn_status) {
|
||||||
hcd_event_device_attach(rhport, in_isr);
|
hcd_event_device_attach(rhport, in_isr);
|
||||||
} else {
|
|
||||||
hcd_event_device_remove(rhport, in_isr);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user