dect
/
linux-2.6
Archived
13
0
Fork 0

ASoC: arizona: Add parentheses

Some compiler versions complain.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Mark Brown 2012-11-29 15:16:10 +00:00
parent a7f9be7ec5
commit 25c6fdb040
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ int wm_adsp2_event(struct snd_soc_dapm_widget *w,
return ret;
}
if (val & ADSP2_CLK_SEL_MASK >= 3) {
if ((val & ADSP2_CLK_SEL_MASK) >= 3) {
ret = regulator_enable(dsp->dvfs);
if (ret != 0) {
dev_err(dsp->dev,