]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: audio-graph-card: use __free(device_node) for device node
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 6 Jan 2025 05:49:18 +0000 (05:49 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 13 Jan 2025 14:16:51 +0000 (14:16 +0000)
commitc8a1dccf449eb71b23b6c04ff6b40db568d7cf92
treeda8bdb9c2e22806601c1eb728db1a68e2804be81
parent5f281c3e82b1203c40cf6ead009ffb5b09db056b
ASoC: audio-graph-card: use __free(device_node) for device node

audio-graph-card handles many type of device_node, thus need to
use of_node_put() in many place. Let's use __free(device_node)
and avoid it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tested-by: Stephen Gordon <gordoste@iinet.net.au>
Link: https://patch.msgid.link/87wmf8o5k1.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/generic/audio-graph-card.c