From: Mark Brown Date: Wed, 16 Feb 2011 22:57:17 +0000 (-0800) Subject: ASoC: Fix missing space in WM8994 X-Git-Tag: v2.6.39-rc7~5^2~24^2~85 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a8d929d142ae594d8a5f0e1efba1d278d07bd8b;p=platform%2Fkernel%2Flinux-exynos.git ASoC: Fix missing space in WM8994 Signed-off-by: Mark Brown Acked-by: Liam Girdwood --- diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index d78abec..c0adbf8 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c @@ -526,7 +526,7 @@ static int wm8994_get_retune_mobile_enum(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) { struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol); - struct wm8994_priv *wm8994 =snd_soc_codec_get_drvdata(codec); + struct wm8994_priv *wm8994 = snd_soc_codec_get_drvdata(codec); int block = wm8994_get_retune_mobile_block(kcontrol->id.name); ucontrol->value.enumerated.item[0] = wm8994->retune_mobile_cfg[block];