Skip to content

Commit

Permalink
[PATCH] use %p for pointers
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <[email protected]>
Acked-by: David S. Miller <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 10, 2006
1 parent 3c5c665 commit 70f3891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/sbus/char/uctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 70f3891

Please sign in to comment.