Commit 70f38912935fd4aa3fea1ddf87ed1cee63109cc5

Authored by Al Viro
Committed by Linus Torvalds
1 parent 3c5c6658d2

[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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/sbus/char/uctrl.c
... ... @@ -400,7 +400,7 @@
400 400 }
401 401  
402 402 driver->regs->uctrl_intr = UCTRL_INTR_RXNE_REQ|UCTRL_INTR_RXNE_MSK;
403   - printk("uctrl: 0x%x (irq %d)\n", driver->regs, driver->irq);
  403 + printk("uctrl: 0x%p (irq %d)\n", driver->regs, driver->irq);
404 404 uctrl_get_event_status();
405 405 uctrl_get_external_status();
406 406 return 0;