lkml.org 
[lkml]   [2014]   [Jul]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/9] usb: musb: core: cleanup - remove some useless 'break's from switch statements
Date

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
---
drivers/usb/musb/musb_core.c | 4 ----
1 file changed, 4 deletions(-)

diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c
index b841ee0..8623112 100644
--- a/drivers/usb/musb/musb_core.c
+++ b/drivers/usb/musb/musb_core.c
@@ -680,7 +680,6 @@ static irqreturn_t musb_stage0_irq(struct musb *musb, u8 int_usb,
default:
/* "should not happen" */
musb->is_active = 0;
- break;
}
}

@@ -737,7 +736,6 @@ b_host:
if (hcd)
hcd->self.is_b_host = 0;
}
- break;
}

musb_host_poke_root_hub(musb);
@@ -787,7 +785,6 @@ b_host:
default:
WARNING("unhandled DISCONNECT transition (%s)\n",
usb_otg_state_string(musb->xceiv->state));
- break;
}
}

@@ -2015,7 +2012,6 @@ musb_init_controller(struct device *dev, int nIrq, void __iomem *ctrl)
break;
default:
dev_err(dev, "unsupported port mode %d\n", musb->port_mode);
- break;
}

if (status < 0)
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2014-07-18 12:21    [W:0.169 / U:0.336 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site