mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
arch/arm/mach-omap2: Remove unecessary semicolon
Found by http://coccinelle.lip6.fr/ Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
11eff2788a
commit
c09fcc438c
5 changed files with 7 additions and 7 deletions
|
@ -486,7 +486,7 @@ void omap_hwmod_mux(struct omap_hwmod_mux_info *hmux, u8 state)
|
|||
default:
|
||||
/* Nothing to be done */
|
||||
break;
|
||||
};
|
||||
}
|
||||
|
||||
if (val >= 0) {
|
||||
omap_mux_write(pad->partition, val,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue