aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2021-04-19 11:02:38 +0900
committerMark Brown <broonie@kernel.org>2021-04-20 17:25:48 +0100
commit67800ae93982eb4496f446cfd06f98ba7382ce36 (patch)
tree6833baad572df4f7b8ebd1b37f37969f09e1fc4b /sound
parentASoC: audio-graph: remove "audio-graph-card, " preix support (diff)
downloadlinux-dev-67800ae93982eb4496f446cfd06f98ba7382ce36.tar.xz
linux-dev-67800ae93982eb4496f446cfd06f98ba7382ce36.zip
ASoC: audio-graph: remove unused "node" from graph_parse_mclk_fs()
graph_parse_mclk_fs() has "node", but is not used. This patch removes unused "node" Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/r/87tuo33ubl.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/generic/audio-graph-card.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/generic/audio-graph-card.c b/sound/soc/generic/audio-graph-card.c
index d5ab5c919311..6b38640773b3 100644
--- a/sound/soc/generic/audio-graph-card.c
+++ b/sound/soc/generic/audio-graph-card.c
@@ -195,7 +195,6 @@ static void graph_parse_mclk_fs(struct device_node *top,
{
struct device_node *port = of_get_parent(ep);
struct device_node *ports = of_get_parent(port);
- struct device_node *node = of_graph_get_port_parent(ep);
of_property_read_u32(top, "mclk-fs", &props->mclk_fs);
if (of_node_name_eq(ports, "ports"))
@@ -205,7 +204,6 @@ static void graph_parse_mclk_fs(struct device_node *top,
of_node_put(port);
of_node_put(ports);
- of_node_put(node);
}
static int graph_dai_link_of_dpcm(struct asoc_simple_priv *priv,