From: Lu Guanqun Date: Wed, 20 Apr 2011 08:00:36 +0000 (+0800) Subject: ASoC: fix a simple coding style issue X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dc2bea616a4026860a8ba9eae778cfd4fda061b1;p=linux-beck.git ASoC: fix a simple coding style issue Signed-off-by: Lu Guanqun Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index 4c868f9087f4..856471703bd3 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c @@ -1597,7 +1597,7 @@ static int snd_soc_dapm_add_route(struct snd_soc_dapm_context *dapm, } /* connect dynamic paths */ - switch(wsink->id) { + switch (wsink->id) { case snd_soc_dapm_adc: case snd_soc_dapm_dac: case snd_soc_dapm_pga: