diff options
author | Felipe Balbi <balbi@ti.com> | 2015-02-25 15:14:15 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-03-10 16:33:25 -0400 |
commit | 0acff6b83106ef699f17828caea6545bcc716f14 (patch) | |
tree | bc2a385022c1611bb8c8d94a04f0334a2e7110b5 | |
parent | d0fc0a20b5b7babe0fe1552204bd52505a4f93dd (diff) |
usb: musb: core: break long line
no functional changes, clean up only.
Tested-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
-rw-r--r-- | drivers/usb/musb/musb_core.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c index 9ea02d4cc2c2..b5dfe83dce76 100644 --- a/drivers/usb/musb/musb_core.c +++ b/drivers/usb/musb/musb_core.c | |||
@@ -534,7 +534,8 @@ static irqreturn_t musb_stage0_irq(struct musb *musb, u8 int_usb, | |||
534 | */ | 534 | */ |
535 | if (int_usb & MUSB_INTR_RESUME) { | 535 | if (int_usb & MUSB_INTR_RESUME) { |
536 | handled = IRQ_HANDLED; | 536 | handled = IRQ_HANDLED; |
537 | dev_dbg(musb->controller, "RESUME (%s)\n", usb_otg_state_string(musb->xceiv->otg->state)); | 537 | dev_dbg(musb->controller, "RESUME (%s)\n", |
538 | usb_otg_state_string(musb->xceiv->otg->state)); | ||
538 | 539 | ||
539 | if (devctl & MUSB_DEVCTL_HM) { | 540 | if (devctl & MUSB_DEVCTL_HM) { |
540 | void __iomem *mbase = musb->mregs; | 541 | void __iomem *mbase = musb->mregs; |