aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Dunlap <[email protected]>2009-09-04 17:04:28 -0700
committerTony Luck <[email protected]>2009-09-15 08:42:47 -0700
commit0e12ddf13256fdcf6bb4dcd4c6af7ae6f7e3ab71 (patch)
tree4539f5d338e54454954a1c721c47771ba9cc38ae
parenta81a8f580b6b525112aba19319dcc5dd3db4dfee (diff)
[IA64] ioc4_serial: fix printk format warnings
drivers/serial/ioc4_serial.c:943: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'long long unsigned int' Signed-off-by: Randy Dunlap <[email protected]> Cc: Pat Gefre <[email protected]> Signed-off-by: Tony Luck <[email protected]>
-rw-r--r--drivers/serial/ioc4_serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/ioc4_serial.c b/drivers/serial/ioc4_serial.c
index 6bab63cd5b29..e5c58fe7e745 100644
--- a/drivers/serial/ioc4_serial.c
+++ b/drivers/serial/ioc4_serial.c
@@ -930,7 +930,7 @@ static void handle_dma_error_intr(void *arg, uint32_t other_ir)
if (readl(&port->ip_mem->pci_err_addr_l.raw) & IOC4_PCI_ERR_ADDR_VLD) {
printk(KERN_ERR
- "PCI error address is 0x%lx, "
+ "PCI error address is 0x%llx, "
"master is serial port %c %s\n",
(((uint64_t)readl(&port->ip_mem->pci_err_addr_h)
<< 32)