diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2019-09-04 02:14:51 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-09-09 12:02:04 +0200 |
commit | b006c0c6ed0dc779e64a8d7a25f5cf316fa3562c (patch) | |
tree | 1c15aa91dfc770d5522453e3f4569bd45125a416 /drivers/virtio/virtio_pci_common.c | |
parent | ASoC: soc-core: self contained soc_probe_link_components() (diff) | |
download | linux-b006c0c6ed0dc779e64a8d7a25f5cf316fa3562c.tar.xz linux-b006c0c6ed0dc779e64a8d7a25f5cf316fa3562c.zip |
ASoC: soc-core: self contained soc_remove_link_components()
Current soc_remove_link_components() implementation is very half,
thus it is very difficult to read.
for_each_comp_order(xxx) {
for_each_card_rtds(xxx)
=> soc_remove_link_components(xxx);
}
This patch does all for_each_xxx() under soc_remove_link_components(),
and makes it to self contained.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/8736hcq5ms.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/virtio/virtio_pci_common.c')
0 files changed, 0 insertions, 0 deletions