We can now use of_graph_get_next_endpoint(), let's use it.
Signed-off-by: Kuninori Morimoto <[email protected]>
---
sound/soc/generic/audio-graph-card.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/generic/audio-graph-card.c
b/sound/soc/generic/audio-graph-card.c
index 83e3ba773fbd..864f014a497c 100644
--- a/sound/soc/generic/audio-graph-card.c
+++ b/sound/soc/generic/audio-graph-card.c
@@ -344,7 +344,7 @@ static int __graph_for_each_link(struct simple_util_priv
*priv,
/* loop for all CPU endpoint */
while (1) {
- cpu_ep = of_get_next_child(cpu_port, cpu_ep);
+ cpu_ep = of_graph_get_next_endpoint(cpu_port, cpu_ep);
if (!cpu_ep)
break;
--
2.25.1