diff options
author | Mark Brown <broonie@kernel.org> | 2023-09-12 18:41:21 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-09-12 18:41:21 +0100 |
commit | a84e361e58ccd294b7e68355ecc6c6d1ef212874 (patch) | |
tree | 5f604255336c365fb172d78ae6ba145977bb6661 /sound/soc/sh | |
parent | b399dc73f012e463dad38410c147467a292ba4bb (diff) | |
parent | 1263cc0f414d212129c0f1289b49b7df77f92084 (diff) |
ASoC: Merge up fixes
For the benefit of CI.
Diffstat (limited to 'sound/soc/sh')
-rw-r--r-- | sound/soc/sh/rcar/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sh/rcar/core.c b/sound/soc/sh/rcar/core.c index 7552fa0a2578..b30e78cd7478 100644 --- a/sound/soc/sh/rcar/core.c +++ b/sound/soc/sh/rcar/core.c @@ -1302,6 +1302,7 @@ audio_graph: i++; if (i >= RSND_MAX_COMPONENT) { dev_info(dev, "reach to max component\n"); + of_node_put(ports); break; } } |