Skip to content

Commit

Permalink
[IA64] ioc4_serial: fix printk format warnings
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Tony Luck committed Sep 15, 2009
1 parent a81a8f5 commit 0e12ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/serial/ioc4_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0e12ddf

Please sign in to comment.