[PATCH] use %p for pointers
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
3c5c6658d2
commit
70f3891293
|
@ -400,7 +400,7 @@ static int __init ts102_uctrl_init(void)
|
|||
}
|
||||
|
||||
driver->regs->uctrl_intr = UCTRL_INTR_RXNE_REQ|UCTRL_INTR_RXNE_MSK;
|
||||
printk("uctrl: 0x%x (irq %d)\n", driver->regs, driver->irq);
|
||||
printk("uctrl: 0x%p (irq %d)\n", driver->regs, driver->irq);
|
||||
uctrl_get_event_status();
|
||||
uctrl_get_external_status();
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue