Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170396
b: refs/heads/master
c: 384a17b
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Nov 4, 2009
1 parent 95ed71b commit 1cc1793
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d4ac42a582e46d7f86f0acb4253a310423c72c4c
refs/heads/master: 384a17b284b9dc92b480cf388310a25e255bac8a
4 changes: 2 additions & 2 deletions trunk/drivers/serial/apbuart.c
Original file line number Diff line number Diff line change
Expand Up @@ -570,8 +570,8 @@ static int __devinit apbuart_probe(struct of_device *op,

apbuart_flush_fifo((struct uart_port *) port);

printk(KERN_INFO "grlib-apbuart at 0x%x, irq %d\n",
port->mapbase, port->irq);
printk(KERN_INFO "grlib-apbuart at 0x%llx, irq %d\n",
(unsigned long long) port->mapbase, port->irq);
return 0;

}
Expand Down

0 comments on commit 1cc1793

Please sign in to comment.