[IA64] ioc4_serial: fix printk format warnings
authorRandy Dunlap <randy.dunlap@oracle.com>
Sat, 5 Sep 2009 00:04:28 +0000 (17:04 -0700)
committerTony Luck <tony.luck@intel.com>
Tue, 15 Sep 2009 15:42:47 +0000 (08:42 -0700)
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 <randy.dunlap@oracle.com>
Cc: Pat Gefre <pfg@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
drivers/serial/ioc4_serial.c

index 6bab63c..e5c58fe 100644 (file)
@@ -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)