|
@@ -2327,7 +2327,7 @@ irq_retry:
|
|
|
|
|
|
u32 usb_status = readl(hsotg->regs + GOTGCTL);
|
|
u32 usb_status = readl(hsotg->regs + GOTGCTL);
|
|
|
|
|
|
- dev_info(hsotg->dev, "%s: USBRst\n", __func__);
|
|
|
|
|
|
+ dev_dbg(hsotg->dev, "%s: USBRst\n", __func__);
|
|
dev_dbg(hsotg->dev, "GNPTXSTS=%08x\n",
|
|
dev_dbg(hsotg->dev, "GNPTXSTS=%08x\n",
|
|
readl(hsotg->regs + GNPTXSTS));
|
|
readl(hsotg->regs + GNPTXSTS));
|
|
|
|
|