From: Joe Perches Date: Mon, 27 Oct 2014 05:25:03 +0000 (-0700) Subject: iwlwifi: dvm: Fix probable mask then right shift defect X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~234^2~30^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50f6635afe565a0e1c5ab78f040294fe1dc41de0;p=pandora-kernel.git 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 Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed