diff options
author | Kuninori Morimoto <[email protected]> | 2024-05-28 05:05:24 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-06-03 15:59:35 +0100 |
commit | 33ae57277ce08b83c65c18a09bf09499de613c01 (patch) | |
tree | c75176dc62dd8f102956d9191c71acf77447be98 /tools/perf/scripts/python/syscall-counts.py | |
parent | 72999a1b6663f1ff604e79aea54f168f78e2441a (diff) |
ASoC: audio-graph-card2: remove ports node name check
Current audio-graph-card2 is checking if the node name was "ports" or
not when parsing the property.
if (of_node_name_eq(ports, "ports"))
of_xxx(ports, ...);
Now, it is using new port_to_ports() which will be NULL if the node
doesn't have "ports", and each of_xxx functions will do nothing if
node was NULL.
Now we don't need to check ports node name. Let's remove and cleanup it.
Signed-off-by: Kuninori Morimoto <[email protected]>
Link: https://msgid.link/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions