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:
7ae83d0
)
iwlwifi: dvm: Fix probable mask then right shift defect
author
Joe Perches
<joe@perches.com>
Mon, 27 Oct 2014 05:25:03 +0000
(22:25 -0700)
committer
Emmanuel Grumbach
<emmanuel.grumbach@intel.com>
Wed, 29 Oct 2014 10:53:07 +0000
(12:53 +0200)
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: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
No differences found