Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263413
b: refs/heads/master
c: 181d576
h: refs/heads/master
i:
  263411: 356b3f6
v: v3
  • Loading branch information
Kumar Gala authored and Greg Kroah-Hartman committed Aug 22, 2011
1 parent 78a0746 commit b1e9514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6c4b47d243112e98811ce0da7bbb32cc3857dd1a
refs/heads/master: 181d5762bd8eaa2881b7df27bad260bf4abda1bc
2 changes: 1 addition & 1 deletion trunk/drivers/tty/serial/ucc_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,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;
}
Expand Down

0 comments on commit b1e9514

Please sign in to comment.