projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a31e40f
)
[PATCH] constant should be long
author
Al Viro
<viro@ftp.linux.org.uk>
Wed, 14 Mar 2007 09:18:30 +0000
(09:18 +0000)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Wed, 14 Mar 2007 22:27:50 +0000
(15:27 -0700)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/powerpc/kernel/udbg_16550.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/udbg_16550.c
b/arch/powerpc/kernel/udbg_16550.c
index e738f93b42fe34e7e7ce745ba3365bb92424520e..a963f657222b3341eabdc7aa9272ca56cd4b84a0 100644
(file)
--- a/
arch/powerpc/kernel/udbg_16550.c
+++ b/
arch/powerpc/kernel/udbg_16550.c
@@
-184,7
+184,7
@@
void udbg_pas_real_putc(char c)
void udbg_init_pas_realmode(void)
{
- udbg_comport = (volatile struct NS16550 __iomem *)0xfcff03f8;
+ udbg_comport = (volatile struct NS16550 __iomem *)0xfcff03f8
UL
;
udbg_putc = udbg_pas_real_putc;
udbg_getc = NULL;