projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
884dc5a
)
ARM: S3C24XX: removes unnecessary semicolon
author
Peter Senna Tschudin
<peter.senna@gmail.com>
Thu, 13 Sep 2012 07:05:21 +0000
(16:05 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Fri, 21 Sep 2012 03:52:55 +0000
(12:52 +0900)
removes unnecessary semicolon
Found by Coccinelle: http://coccinelle.lip6.fr/
Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c24xx/mach-h1940.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c24xx/mach-h1940.c
b/arch/arm/mach-s3c24xx/mach-h1940.c
index
477778c
..
7e15cc4
100644
(file)
--- a/
arch/arm/mach-s3c24xx/mach-h1940.c
+++ b/
arch/arm/mach-s3c24xx/mach-h1940.c
@@
-460,7
+460,7
@@
static void h1940_set_mmc_power(unsigned char power_mode, unsigned short vdd)
break;
default:
break;
- }
;
+ }
}
static struct s3c24xx_mci_pdata h1940_mmc_cfg __initdata = {