aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/apbuart.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/serial/apbuart.c')
-rw-r--r--drivers/serial/apbuart.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/apbuart.c b/drivers/serial/apbuart.c
index 8a343045131..c7883a36be9 100644
--- a/drivers/serial/apbuart.c
+++ b/drivers/serial/apbuart.c
@@ -570,8 +570,8 @@ static int __devinit apbuart_probe(struct of_device *op,
570 570
571 apbuart_flush_fifo((struct uart_port *) port); 571 apbuart_flush_fifo((struct uart_port *) port);
572 572
573 printk(KERN_INFO "grlib-apbuart at 0x%x, irq %d\n", 573 printk(KERN_INFO "grlib-apbuart at 0x%llx, irq %d\n",
574 port->mapbase, port->irq); 574 (unsigned long long) port->mapbase, port->irq);
575 return 0; 575 return 0;
576 576
577} 577}