From ccbec5ea0dd7972d0c99ef8a143bb52c814509cf Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Sun, 26 Oct 2014 22:25:07 -0700 Subject: [PATCH] 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-format-patch failed