Joe Perches 50f6635afe 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>
2014-10-29 12:53:07 +02:00
..
2014-08-26 09:35:54 +02:00
2014-08-11 12:19:53 -07:00
2014-08-11 12:19:53 -07:00
2014-03-17 13:51:52 -04:00
2014-08-28 14:41:56 -04:00
2014-08-28 14:41:56 -04:00