mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
USB: clear chhltd int if NYET/NAK/ACK/other in non-error case.
This commit is contained in:
@@ -2039,6 +2039,8 @@ static void handle_hc_chhltd_intr_dma(dwc_otg_hcd_t * hcd,
|
||||
} else {
|
||||
DWC_PRINTF("NYET/NAK/ACK/other in non-error case, 0x%08x\n",
|
||||
hcint.d32);
|
||||
if(!hcint.b.nyet && !hcint.b.nak && !hcint.b.ack)
|
||||
clear_hc_int(hc_regs,chhltd);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user