[alsa-devel] [PATCH] ASoC: Mediatek: MT8183: add I2S2 control path from UL2 and UL3

KaiChieh Chuang kaichieh.chuang at mediatek.com
Fri Mar 29 08:44:42 CET 2019


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
"



More information about the Alsa-devel mailing list