|
@@ -379,8 +379,8 @@ static int uctrl_probe(struct platform_device *op)
|
|
}
|
|
}
|
|
|
|
|
|
sbus_writel(UCTRL_INTR_RXNE_REQ|UCTRL_INTR_RXNE_MSK, &p->regs->uctrl_intr);
|
|
sbus_writel(UCTRL_INTR_RXNE_REQ|UCTRL_INTR_RXNE_MSK, &p->regs->uctrl_intr);
|
|
- printk(KERN_INFO "%s: uctrl regs[0x%p] (irq %d)\n",
|
|
|
|
- op->dev.of_node->full_name, p->regs, p->irq);
|
|
|
|
|
|
+ printk(KERN_INFO "%pOF: uctrl regs[0x%p] (irq %d)\n",
|
|
|
|
+ op->dev.of_node, p->regs, p->irq);
|
|
uctrl_get_event_status(p);
|
|
uctrl_get_event_status(p);
|
|
uctrl_get_external_status(p);
|
|
uctrl_get_external_status(p);
|
|
|
|
|