X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Ftty%2Fserial%2Fucc_uart.c;fp=drivers%2Ftty%2Fserial%2Fucc_uart.c;h=cea8918b8233d21efe3a01ec1890081478b429ca;hb=efb8d21b2c6db3497655cc6a033ae8a9883e4063;hp=97b67241a78314c774a8ba0bf9db495833e5a454;hpb=d208a3bf77f902283894f546b6b5383202cf7882;p=pandora-kernel.git diff --git a/drivers/tty/serial/ucc_uart.c b/drivers/tty/serial/ucc_uart.c index 97b67241a783..cea8918b8233 100644 --- a/drivers/tty/serial/ucc_uart.c +++ b/drivers/tty/serial/ucc_uart.c @@ -237,7 +237,7 @@ static inline void *qe2cpu_addr(dma_addr_t addr, struct uart_qe_port *qe_port) return qe_port->bd_virt + (addr - qe_port->bd_dma_addr); /* something nasty happened */ - printk(KERN_ERR "%s: addr=%x\n", __func__, addr); + printk(KERN_ERR "%s: addr=%llx\n", __func__, (u64)addr); BUG(); return NULL; }