From: Joe Perches Date: Mon, 27 Oct 2014 05:25:07 +0000 (-0700) Subject: ALSA: ad1889: Fix probable mask then right shift defects X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~38^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccbec5ea0dd7972d0c99ef8a143bb52c814509cf;p=pandora-kernel.git ALSA: ad1889: Fix probable mask then right shift defects 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: Takashi Iwai --- Reading git-diff-tree failed