git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ce5c92
)
ALSA: ad1889: Fix probable mask then right shift defects
author
Joe Perches
<joe@perches.com>
Mon, 27 Oct 2014 05:25:07 +0000
(22:25 -0700)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 27 Oct 2014 07:40:18 +0000
(08:40 +0100)
Precedence of & and >> is not the same and is not left to right.
shift has higher precedence and should be done after the mask.
Add parentheses around the mask.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ad1889.c
patch
|
blob
|
history
diff --cc
sound/pci/ad1889.c
Simple merge