aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/gecko.py
diff options
context:
space:
mode:
authorKuninori Morimoto <[email protected]>2024-05-28 05:05:40 +0000
committerMark Brown <[email protected]>2024-06-03 15:59:39 +0100
commit84c9601a92b755f869ac811607402e5b2162c225 (patch)
tree343685dac097beecb709302ab0a74686a49e83b2 /tools/perf/scripts/python/gecko.py
parentdf23fcd56bb75ab522350bd8cb52bde9067aea45 (diff)
ASoC: audio-graph-card: remove ports node name check
Current audio-graph-card 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/gecko.py')
0 files changed, 0 insertions, 0 deletions