On Fri, 2019-03-29 at 15:16 +0800, Shunli Wang wrote: > @@ -1119,7 +1157,7 @@ static int mt8183_afe_pcm_dev_probe(struct platform_device *pdev) > /* request irq */ > irq_id = platform_get_irq(pdev, 0); > if (!irq_id) { > - dev_err(dev, "%pOFn no irq found\n", dev->of_node); > + dev_err(dev, "%s no irq found\n", dev->of_node->name); keep it use %pOFn instead " In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier reference, commit: 49ff8cfb1755a6bb7d4f1645f9346962fb4e473e " _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx https://mailman.alsa-project.org/mailman/listinfo/alsa-devel