Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70f38912 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] use %p for pointers

parent 3c5c6658
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;