aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/sh
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2023-09-11 00:45:03 +0000
committerMark Brown <broonie@kernel.org>2023-09-12 14:34:09 +0100
commitb399dc73f012e463dad38410c147467a292ba4bb (patch)
treed298ddf7a19f67dec6d532168ac6235d97425984 /sound/soc/sh
parentSM6115 TX Macro (diff)
downloadwireguard-linux-b399dc73f012e463dad38410c147467a292ba4bb.tar.xz
wireguard-linux-b399dc73f012e463dad38410c147467a292ba4bb.zip
ASoC: rsnd: remove unneeded of_node_put()
The loop is not using "node", of_node_put(node) is not needed. Cc: Julia Lawall <julia.lawall@inria.fr> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/r/8734zlilmd.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sh')
-rw-r--r--sound/soc/sh/rcar/core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/sh/rcar/core.c b/sound/soc/sh/rcar/core.c
index e29c2fee9521..7552fa0a2578 100644
--- a/sound/soc/sh/rcar/core.c
+++ b/sound/soc/sh/rcar/core.c
@@ -1302,7 +1302,6 @@ audio_graph:
i++;
if (i >= RSND_MAX_COMPONENT) {
dev_info(dev, "reach to max component\n");
- of_node_put(node);
break;
}
}