From: Mark Brown Date: Fri, 11 Mar 2011 12:07:31 +0000 (+0000) Subject: ASoC: Fix spacing in MAX8950 X-Git-Tag: Ubuntu-5.0.0-8.9~16892^2~1115^2~60 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=27380fb83079bc7bd644e1115bb001dfdcec307f;p=mirror_ubuntu-disco-kernel.git ASoC: Fix spacing in MAX8950 Signed-off-by: Mark Brown Acked-by: Liam Girdwood --- diff --git a/sound/soc/codecs/max9850.c b/sound/soc/codecs/max9850.c index 6d2c5a37550e..208d2ee61855 100644 --- a/sound/soc/codecs/max9850.c +++ b/sound/soc/codecs/max9850.c @@ -118,7 +118,7 @@ static int max9850_hw_params(struct snd_pcm_substream *substream, u64 lrclk_div; u8 sf, da; - if(!max9850->sysclk) + if (!max9850->sysclk) return -EINVAL; /* lrclk_div = 2^22 * rate / iclk with iclk = mclk / sf */