projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7f9be7
)
ASoC: arizona: Add parentheses
author
Mark Brown
<
[email protected]
>
Thu, 29 Nov 2012 15:16:10 +0000
(15:16 +0000)
committer
Mark Brown
<
[email protected]
>
Thu, 29 Nov 2012 15:18:29 +0000
(15:18 +0000)
Some compiler versions complain.
Reported-by: Dan Carpenter <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/codecs/wm_adsp.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm_adsp.c
b/sound/soc/codecs/wm_adsp.c
index c0b7f9d18b23e4f7365e17f9e88130da47065d7b..7fdb68ef384e04729f514d4eb3d7c3b2c9077c98 100644
(file)
--- a/
sound/soc/codecs/wm_adsp.c
+++ b/
sound/soc/codecs/wm_adsp.c
@@
-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,