projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbb2ed4
)
serial_txx9: use %lx for iobase
author
Atsushi Nemoto
<
[email protected]
>
Sun, 19 Oct 2008 03:25:53 +0000
(20:25 -0700)
committer
Linus Torvalds
<
[email protected]
>
Mon, 20 Oct 2008 15:50:24 +0000
(08:50 -0700)
Fix a warning caused by commit
0c8946d97ae7d2d6691f8290a10faa63453b63f8
(serial: Make uart_port's ioport "unsigned long".)
Signed-off-by: Atsushi Nemoto <
[email protected]
>
Cc: Alan Cox <
[email protected]
>
Cc: Josip Rodin <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/serial/serial_txx9.c
patch
|
blob
|
history
diff --git
a/drivers/serial/serial_txx9.c
b/drivers/serial/serial_txx9.c
index 8fcb4c5b9a263b2db8897fe9360dec3943552569..7313c2edcb831b873d89156bb6200179dd642fb8 100644
(file)
--- a/
drivers/serial/serial_txx9.c
+++ b/
drivers/serial/serial_txx9.c
@@
-1039,7
+1039,7
@@
static int __devinit serial_txx9_probe(struct platform_device *dev)
ret = serial_txx9_register_port(&port);
if (ret < 0) {
dev_err(&dev->dev, "unable to register port at index %d "
- "(IO%x MEM%llx IRQ%d): %d\n", i,
+ "(IO%
l
x MEM%llx IRQ%d): %d\n", i,
p->iobase, (unsigned long long)p->mapbase,
p->irq, ret);
}