Re: [PATCH 4/17] constant should be long

2007-03-14 Thread Olof Johansson
On Wed, Mar 14, 2007 at 09:18:30AM +, Al Viro wrote:
> 
> Signed-off-by: Al Viro <[EMAIL PROTECTED]>
> ---
>  arch/powerpc/kernel/udbg_16550.c |2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Acked-by: Olof Johansson <[EMAIL PROTECTED]>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 4/17] constant should be long

2007-03-14 Thread Al Viro

Signed-off-by: Al Viro <[EMAIL PROTECTED]>
---
 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


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 4/17] constant should be long

2007-03-14 Thread Al Viro

Signed-off-by: Al Viro [EMAIL PROTECTED]
---
 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


-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 4/17] constant should be long

2007-03-14 Thread Olof Johansson
On Wed, Mar 14, 2007 at 09:18:30AM +, Al Viro wrote:
 
 Signed-off-by: Al Viro [EMAIL PROTECTED]
 ---
  arch/powerpc/kernel/udbg_16550.c |2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

Acked-by: Olof Johansson [EMAIL PROTECTED]

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/