diff options
author | Joe Perches <joe@perches.com> | 2014-10-26 22:25:03 -0700 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2014-10-29 12:53:07 +0200 |
commit | 50f6635afe565a0e1c5ab78f040294fe1dc41de0 (patch) | |
tree | b8d932e23d842018f5c915cfaa9a068c8db3a926 /drivers/net/wireless/iwlwifi/iwl-8000.c | |
parent | 7ae83d00825b39347b9a591703cd7cc3163523fb (diff) |
iwlwifi: dvm: Fix probable mask then right shift defect
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>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-8000.c')
0 files changed, 0 insertions, 0 deletions