mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 18:23:53 +08:00
[PATCH] constant should be long
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>
This commit is contained in:
parent
a31e40f614
commit
750b1b815c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user