From: Mark Brown Date: Tue, 12 Sep 2023 17:41:21 +0000 (+0100) Subject: ASoC: Merge up fixes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a84e361e58ccd294b7e68355ecc6c6d1ef212874;p=linux.git ASoC: Merge up fixes For the benefit of CI. --- a84e361e58ccd294b7e68355ecc6c6d1ef212874 diff --cc sound/soc/sh/rcar/core.c index 7552fa0a2578d,1bd7114c472a8..b30e78cd74780 --- a/sound/soc/sh/rcar/core.c +++ b/sound/soc/sh/rcar/core.c @@@ -1302,6 -1302,8 +1302,7 @@@ audio_graph i++; if (i >= RSND_MAX_COMPONENT) { dev_info(dev, "reach to max component\n"); - of_node_put(node); + of_node_put(ports); break; } }