From: Lu Guanqun Date: Wed, 20 Apr 2011 08:00:36 +0000 (+0800) Subject: ASoC: fix a simple coding style issue X-Git-Tag: v3.12-rc1~3017^2~1174 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc2bea616a4026860a8ba9eae778cfd4fda061b1;p=kernel%2Fkernel-generic.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 4c868f9..8564717 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: