From: Liam Girdwood Date: Tue, 24 May 2011 16:38:52 +0000 (+0100) Subject: ASoC: core - remove superfluous new line. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=92505299a131b47992d318f2875d5629ac870d87;p=linux-beck.git ASoC: core - remove superfluous new line. Signed-off-by: Liam Girdwood Signed-off-by: Mark Brown --- 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;