Skip to content
Commit ccbec5ea authored by Joe Perches's avatar Joe Perches Committed by Takashi Iwai
Browse files

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: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 7ce5c926
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment