Skip to content
Permalink
Browse files

dwc_otg: Fix for occasional lockup on boot when doing a USB reset

  • Loading branch information
popcornmix committed Sep 30, 2013
1 parent e8b62b8 commit c9f21f05fb1af75f9b9b87515e638bdd584fb0d0
Showing with 2 additions and 2 deletions.
  1. +2 −2 drivers/usb/host/dwc_otg/dwc_otg_hcd_intr.c
@@ -742,8 +742,8 @@ int32_t dwc_otg_hcd_handle_sof_intr(dwc_otg_hcd_t * hcd)
}

/* Clear interrupt */
//gintsts.b.sofintr = 1;
//DWC_WRITE_REG32(&hcd->core_if->core_global_regs->gintsts, gintsts.d32);
gintsts.b.sofintr = 1;
DWC_WRITE_REG32(&hcd->core_if->core_global_regs->gintsts, gintsts.d32);

return 1;
}

0 comments on commit c9f21f0

Please sign in to comment.
You can’t perform that action at this time.