ASoC: rsnd: remove unneeded of_node_put()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 11 Sep 2023 00:45:03 +0000 (00:45 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 12 Sep 2023 13:34:09 +0000 (14:34 +0100)
commitb399dc73f012e463dad38410c147467a292ba4bb
treed298ddf7a19f67dec6d532168ac6235d97425984
parent2b3357dc415b331c53adc499eda140b12e99afb9
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>
sound/soc/sh/rcar/core.c