git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f18113a
)
ARM: OMAP: Remove trailing white space from id.c
author
Tony Lindgren
<tony@atomide.com>
Wed, 4 Jun 2008 00:37:48 +0000
(17:37 -0700)
committer
Tony Lindgren
<tony@atomide.com>
Wed, 4 Jun 2008 00:37:48 +0000
(17:37 -0700)
Remove trailing white space from id.c
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/id.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/id.c
b/arch/arm/mach-omap2/id.c
index
27dfdca
..
c7f9ab7
100644
(file)
--- a/
arch/arm/mach-omap2/id.c
+++ b/
arch/arm/mach-omap2/id.c
@@
-85,7
+85,7
@@
static u32 __init read_tap_reg(int reg)
if ((((cpuid >> 4) & 0xFFF) == 0xC08) && ((cpuid & 0xF) == 0x0)) {
if (reg == tap_prod_id) {
- regval = 0x000F00F0;
+ regval = 0x000F00F0;
goto out;
}