diff options
author | Mark Brown <[email protected]> | 2011-03-11 12:07:31 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2011-03-11 12:07:31 +0000 |
commit | 27380fb83079bc7bd644e1115bb001dfdcec307f (patch) | |
tree | 777d8a2e23ad4b26f9903f479f8e5d9812cc71f3 | |
parent | 64c25a92e865f06ad8782fbdaa1e2a97d50acf73 (diff) |
ASoC: Fix spacing in MAX8950
Signed-off-by: Mark Brown <[email protected]>
Acked-by: Liam Girdwood <[email protected]>
-rw-r--r-- | sound/soc/codecs/max9850.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |