projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
823588c
)
[ARM] 3629/1: S3C24XX: fix missing bracket in regs-dsc.h
author
Ben Dooks
<ben-linux@fluff.org>
Thu, 22 Jun 2006 21:57:54 +0000
(22:57 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 22 Jun 2006 21:57:54 +0000
(22:57 +0100)
Patch from Ben Dooks
Fix missing bracket in include/asm-arm/arch-s3c2410/regs-dsc.h
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/arch-s3c2410/regs-dsc.h
patch
|
blob
|
history
diff --git
a/include/asm-arm/arch-s3c2410/regs-dsc.h
b/include/asm-arm/arch-s3c2410/regs-dsc.h
index
a023b04
..
ba13a2c
100644
(file)
--- a/
include/asm-arm/arch-s3c2410/regs-dsc.h
+++ b/
include/asm-arm/arch-s3c2410/regs-dsc.h
@@
-170,7
+170,7
@@
#define S3C2440_DSC1_CS1_4mA (3<<2)
#define S3C2440_DSC1_CS1_MASK (3<<2)
-#define S3C2440_DSC1_CS0 (S3C2440_SELECT_DSC1 | 0
+#define S3C2440_DSC1_CS0 (S3C2440_SELECT_DSC1 | 0
)
#define S3C2440_DSC1_CS0_10mA (0<<0)
#define S3C2440_DSC1_CS0_8mA (1<<0)
#define S3C2440_DSC1_CS0_6mA (2<<0)