|
@@ -2568,7 +2568,7 @@ static int s3c_hsotg_ep_disable(struct usb_ep *ep)
|
|
|
u32 epctrl_reg;
|
|
|
u32 ctrl;
|
|
|
|
|
|
- dev_info(hsotg->dev, "%s(ep %p)\n", __func__, ep);
|
|
|
+ dev_dbg(hsotg->dev, "%s(ep %p)\n", __func__, ep);
|
|
|
|
|
|
if (ep == &hsotg->eps[0].ep) {
|
|
|
dev_err(hsotg->dev, "%s: called for ep0\n", __func__);
|
|
@@ -2626,7 +2626,7 @@ static int s3c_hsotg_ep_dequeue(struct usb_ep *ep, struct usb_request *req)
|
|
|
struct s3c_hsotg *hs = hs_ep->parent;
|
|
|
unsigned long flags;
|
|
|
|
|
|
- dev_info(hs->dev, "ep_dequeue(%p,%p)\n", ep, req);
|
|
|
+ dev_dbg(hs->dev, "ep_dequeue(%p,%p)\n", ep, req);
|
|
|
|
|
|
spin_lock_irqsave(&hs->lock, flags);
|
|
|
|