All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4/17] constant should be long
@ 2007-03-14  9:18 ` Al Viro
  0 siblings, 0 replies; 4+ messages in thread
From: Al Viro @ 2007-03-14  9:18 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, linuxppc-dev


Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
 arch/powerpc/kernel/udbg_16550.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/kernel/udbg_16550.c b/arch/powerpc/kernel/udbg_16550.c
index e738f93..a963f65 100644
--- 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 *)0xfcff03f8UL;
 
 	udbg_putc = udbg_pas_real_putc;
 	udbg_getc = NULL;
-- 
1.5.0-rc2.GIT



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 4/17] constant should be long
@ 2007-03-14  9:18 ` Al Viro
  0 siblings, 0 replies; 4+ messages in thread
From: Al Viro @ 2007-03-14  9:18 UTC (permalink / raw)
  To: torvalds; +Cc: linuxppc-dev, linux-kernel


Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
 arch/powerpc/kernel/udbg_16550.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/kernel/udbg_16550.c b/arch/powerpc/kernel/udbg_16550.c
index e738f93..a963f65 100644
--- 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 *)0xfcff03f8UL;
 
 	udbg_putc = udbg_pas_real_putc;
 	udbg_getc = NULL;
-- 
1.5.0-rc2.GIT

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 4/17] constant should be long
  2007-03-14  9:18 ` Al Viro
@ 2007-03-14 14:18   ` Olof Johansson
  -1 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2007-03-14 14:18 UTC (permalink / raw)
  To: Al Viro; +Cc: torvalds, linux-kernel, linuxppc-dev

On Wed, Mar 14, 2007 at 09:18:30AM +0000, Al Viro wrote:
> 
> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
> ---
>  arch/powerpc/kernel/udbg_16550.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Acked-by: Olof Johansson <olof@lixom.net>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 4/17] constant should be long
@ 2007-03-14 14:18   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2007-03-14 14:18 UTC (permalink / raw)
  To: Al Viro; +Cc: linuxppc-dev, torvalds, linux-kernel

On Wed, Mar 14, 2007 at 09:18:30AM +0000, Al Viro wrote:
> 
> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
> ---
>  arch/powerpc/kernel/udbg_16550.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Acked-by: Olof Johansson <olof@lixom.net>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-03-14 14:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-14  9:18 [PATCH 4/17] constant should be long Al Viro
2007-03-14  9:18 ` Al Viro
2007-03-14 14:18 ` Olof Johansson
2007-03-14 14:18   ` Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.