From: Joe Perches Date: Mon, 27 Oct 2014 05:25:02 +0000 (-0700) Subject: mfd: wm8350-core: Fix probable mask then right shift defect X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~27^2~16 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1753b40f5c97e0d0bf2f0a562603cfc592945a5e;p=pandora-kernel.git mfd: wm8350-core: 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 Acked-by: Charles Keepax Signed-off-by: Lee Jones --- Reading git-diff-tree failed