diff options
author | Kuninori Morimoto <[email protected]> | 2019-09-04 09:14:46 +0900 |
---|---|---|
committer | Mark Brown <[email protected]> | 2019-09-09 11:01:45 +0100 |
commit | 62f07a6b6dbaf0e7196b6911111d4666b5d03518 (patch) | |
tree | 630e3104abbdece9fd5b53dedb260c4ea228083f /scripts/gcc-plugins/cyc_complexity_plugin.c | |
parent | 13ab0d1ab8ae4d1b3b247fd5caec2c10e35c7269 (diff) |
ASoC: soc-core: self contained soc_probe_link_components()
Current soc_probe_link_components() implementation is very half,
thus it is very difficult to read.
for_each_comp_order(xxx) {
for_each_card_rtds(xxx) {
=> ret = soc_probe_link_components(xxx);
...
}
}
This patch does all for_each_xxx() under soc_probe_link_components(),
and makes it to self contained.
Signed-off-by: Kuninori Morimoto <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions