summaryrefslogtreecommitdiff
path: root/drivers/staging/dwc2/hcd.c
diff options
context:
space:
mode:
authorPaul Zimmerman <Paul.Zimmerman@synopsys.com>2013-04-22 21:00:17 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-04-23 17:37:55 (GMT)
commitde9169a1e026245b2efcc0fa8723d5fe5580de0b (patch)
tree204f6e84dd91b7b6d3829ce67071bee8cec8e503 /drivers/staging/dwc2/hcd.c
parentddf58468e0e787b739a623594f52f9f43a188037 (diff)
downloadlinux-fsl-qoriq-de9169a1e026245b2efcc0fa8723d5fe5580de0b.tar.xz
staging: dwc2: add missing newlines to debug messages
A few debug messages were missing newlines, add them Signed-off-by: Paul Zimmerman <paulz@synopsys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dwc2/hcd.c')
-rw-r--r--drivers/staging/dwc2/hcd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/dwc2/hcd.c b/drivers/staging/dwc2/hcd.c
index 7a144c1..65b7348 100644
--- a/drivers/staging/dwc2/hcd.c
+++ b/drivers/staging/dwc2/hcd.c
@@ -1311,7 +1311,7 @@ static void dwc2_conn_id_status_change(struct work_struct *work)
}
if (count > 250)
dev_err(hsotg->dev,
- "Connection id status change timed out");
+ "Connection id status change timed out\n");
hsotg->op_state = OTG_STATE_B_PERIPHERAL;
dwc2_core_init(hsotg, false, -1);
dwc2_enable_global_interrupts(hsotg);
@@ -1328,7 +1328,7 @@ static void dwc2_conn_id_status_change(struct work_struct *work)
}
if (count > 250)
dev_err(hsotg->dev,
- "Connection id status change timed out");
+ "Connection id status change timed out\n");
hsotg->op_state = OTG_STATE_A_HOST;
/* Initialize the Core for Host mode */