diff options
| author | 2011-12-07 13:58:27 -0700 | |
|---|---|---|
| committer | 2011-12-09 12:45:54 +0800 | |
| commit | 2610ab7767bba916f65094d71cfed3b8281cba08 (patch) | |
| tree | ac57b90f8712120b1d15abc86439accde067c585 /scripts/patch-kernel | |
| parent | ASoC: Tegra: Move DAS configuration into DAS driver (diff) | |
ASoC: Refactor some conditions and loop in soc_bind_dai_link()
Transform some loops from:
for_each(x) {
if (f(x)) {
work_on(x);
}
}
to new structure:
for_each(x) {
if (!f(x))
continue;
work_on(x);
}
This will allow future modification of f(x) with less impact to the code.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
