* [PATCH] ARM: OMAP2+: Remove unneeded semicolons
@ 2015-09-17 13:38 Javier Martinez Canillas
2015-10-12 17:57 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Javier Martinez Canillas @ 2015-09-17 13:38 UTC (permalink / raw)
To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas
Remove the unneded semicolons since they are clearly a typo error.
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---
arch/arm/mach-omap2/pm44xx.c | 2 +-
arch/arm/mach-omap2/powerdomains3xxx_data.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-omap2/pm44xx.c b/arch/arm/mach-omap2/pm44xx.c
index d697cecf762b..178e22c146b7 100644
--- a/arch/arm/mach-omap2/pm44xx.c
+++ b/arch/arm/mach-omap2/pm44xx.c
@@ -210,7 +210,7 @@ static inline int omap4plus_init_static_deps(const struct static_dep_map *map)
}
map++;
- };
+ }
return 0;
}
diff --git a/arch/arm/mach-omap2/powerdomains3xxx_data.c b/arch/arm/mach-omap2/powerdomains3xxx_data.c
index d31c495175c1..2e00c7f1f471 100644
--- a/arch/arm/mach-omap2/powerdomains3xxx_data.c
+++ b/arch/arm/mach-omap2/powerdomains3xxx_data.c
@@ -582,7 +582,7 @@ void __init omap3xxx_powerdomains_init(void)
/* Only 81xx needs custom pwrdm_operations */
if (!cpu_is_ti81xx())
- pwrdm_register_platform_funcs(&omap3_pwrdm_operations);;
+ pwrdm_register_platform_funcs(&omap3_pwrdm_operations);
rev = omap_rev();
--
2.4.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: OMAP2+: Remove unneeded semicolons
2015-09-17 13:38 [PATCH] ARM: OMAP2+: Remove unneeded semicolons Javier Martinez Canillas
@ 2015-10-12 17:57 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2015-10-12 17:57 UTC (permalink / raw)
To: Javier Martinez Canillas; +Cc: linux-kernel, linux-omap
* Javier Martinez Canillas <javier@osg.samsung.com> [150917 06:42]:
> Remove the unneded semicolons since they are clearly a typo error.
>
> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Applying into omap-for-v4.4/cleanup thanks.
Tony
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-12 17:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-17 13:38 [PATCH] ARM: OMAP2+: Remove unneeded semicolons Javier Martinez Canillas
2015-10-12 17:57 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).