summaryrefslogtreecommitdiffstats
path: root/sound/soc/meson
diff options
context:
space:
mode:
authorRob Herring2018-08-28 17:44:28 +0200
committerMark Brown2018-08-28 20:07:00 +0200
commit5d585e1e756838d91144c3173323b96f5aa12874 (patch)
treec8d88c84d94388eac19c4cc76de8065278b6f2d4 /sound/soc/meson
parentMerge tag 'v4.19-rc1' into asoc-4.19 (diff)
downloadkernel-qcow2-linux-5d585e1e756838d91144c3173323b96f5aa12874.tar.gz
kernel-qcow2-linux-5d585e1e756838d91144c3173323b96f5aa12874.tar.xz
kernel-qcow2-linux-5d585e1e756838d91144c3173323b96f5aa12874.zip
ASoC: Convert to using %pOFn instead of device_node.name
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/meson')
-rw-r--r--sound/soc/meson/axg-card.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/meson/axg-card.c b/sound/soc/meson/axg-card.c
index 2914ba0d965b..b76a5f4f1785 100644
--- a/sound/soc/meson/axg-card.c
+++ b/sound/soc/meson/axg-card.c
@@ -478,7 +478,7 @@ static int axg_card_set_be_link(struct snd_soc_card *card,
ret = axg_card_set_link_name(card, link, "be");
if (ret)
- dev_err(card->dev, "error setting %s link name\n", np->name);
+ dev_err(card->dev, "error setting %pOFn link name\n", np);
return ret;
}