diff options
author | Liam Girdwood <lrg@ti.com> | 2011-05-24 18:38:52 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-05-24 22:45:47 +0200 |
commit | 92505299a131b47992d318f2875d5629ac870d87 (patch) | |
tree | 9da6024d365159dffe9f28c617923072c8d050b2 /sound | |
parent | ASoC: core - fix module reference counting for CPU DAIs (diff) | |
download | linux-92505299a131b47992d318f2875d5629ac870d87.tar.xz linux-92505299a131b47992d318f2875d5629ac870d87.zip |
ASoC: core - remove superfluous new line.
Signed-off-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/soc-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 07991d438796..d75043ed7fc0 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -1617,7 +1617,6 @@ static int soc_probe_dai_link(struct snd_soc_card *card, int num) rtd->pmdown_time = pmdown_time; /* probe the cpu_dai */ - if (!cpu_dai->probed) { if (!try_module_get(cpu_dai->dev->driver->owner)) return -ENODEV; |