projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a80cad9
)
arch/sh/boards/mach-se/7206/io.c: Remove unnecessary semicolons
author
Joe Perches
<joe@perches.com>
Sun, 28 Jun 2009 16:26:13 +0000
(16:26 +0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 29 Jun 2009 07:35:09 +0000
(16:35 +0900)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boards/mach-se/7206/io.c
patch
|
blob
|
history
diff --git
a/arch/sh/boards/mach-se/7206/io.c
b/arch/sh/boards/mach-se/7206/io.c
index
9c3a332
..
1804556
100644
(file)
--- a/
arch/sh/boards/mach-se/7206/io.c
+++ b/
arch/sh/boards/mach-se/7206/io.c
@@
-50,7
+50,7
@@
unsigned char se7206_inb_p(unsigned long port)
unsigned short se7206_inw(unsigned long port)
{
- return *port2adr(port);
;
+ return *port2adr(port);
}
void se7206_outb(unsigned char value, unsigned long port)