OSDN Git Service

ASoC: simple-card.c: add missing of_node_put()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 23 Mar 2023 22:56:08 +0000 (22:56 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 24 Mar 2023 12:15:23 +0000 (12:15 +0000)
commit92405802a7d6aa1953915af869192296d1792d18
tree18181e96e6260a0efdd06cbc2f60442059785b35
parent829d78e3ea321eb4f4e93bc7b162b8cc6ed91ec7
ASoC: simple-card.c: add missing of_node_put()

It is missing of_node_put() for platform.
This patch fixup it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87ilerjcvr.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/generic/simple-card.c