mbox series

[v2,0/2] ASoC: simple-card-utils fixups

Message ID 87bjuoqo6c.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
Headers show
Series ASoC: simple-card-utils fixups | expand

Message

Kuninori Morimoto Feb. 26, 2025, 11:30 p.m. UTC
Hi Mark

linus/master includes my patch (419d1918105e) which uses __free() in
simple-card-utils. But because of it, it has of_node_put() count underrun
issue. [1/2] is needed for it.

[2/2] is just cleanup patch on top of it.

v1 -> v2
	- Separate patches

Kuninori Morimoto (2):
  ASoC: simple-card-utils: Don't use __free(device_node) at graph_util_parse_dai()
  ASoC: simple-card-utils: fixup dlc->xxx handling for error case

 sound/soc/generic/simple-card-utils.c | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)