diff options
Diffstat (limited to 'sound/soc/codecs/max9850.c')
-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 */ |