diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2015-09-17 15:38:05 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-10-12 10:56:36 -0700 |
commit | ae428a72b4c46c4553206cf5a2917846c12ef4c2 (patch) | |
tree | 8ceafe5131407768bb0f0e9c16f1c8018ff4e17c /arch/arm/mach-omap2/pm44xx.c | |
parent | bf0584959a5bbefbb97efcd4bc8617034bba8906 (diff) |
ARM: OMAP2+: Remove unneeded semicolons
Remove the unneded semicolons since they are clearly a typo error.
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/pm44xx.c')
-rw-r--r-- | arch/arm/mach-omap2/pm44xx.c | 2 |
1 files changed, 1 insertions, 1 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; } |