Home
last modified time | relevance | path

Searched hist:ccbec5ea (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/pci/
H A Dad1889.cccbec5ea Mon Oct 27 00:25:07 CDT 2014 Joe Perches <joe@perches.com> 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 <joe@perches.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
ccbec5ea Mon Oct 27 00:25:07 CDT 2014 Joe Perches <joe@perches.com> 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 <joe@perches.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>