data toggle error without a ChannelHalt status is not a real data
toggle err, it is a transfer error state so just clear the
interrupt bit rather than resubmit this request
Signed-off-by: lyz <lyz@rock-chips.com>
handle_hc_frmovrun_intr(dwc_otg_hcd, hc, hc_regs, qtd);
}
if (hcint.b.datatglerr) {
- retval |=
- handle_hc_datatglerr_intr(dwc_otg_hcd, hc, hc_regs, qtd);
+ disable_hc_int(hc_regs, datatglerr);
+ clear_hc_int(hc_regs, chhltd);
}
return retval;