OSDN Git Service

ALSA: oxygen: Fix logical-not-parentheses warning
authorTomer Barletz <barletz@gmail.com>
Sun, 2 Aug 2015 09:08:57 +0000 (02:08 -0700)
committerTakashi Iwai <tiwai@suse.de>
Mon, 3 Aug 2015 08:15:09 +0000 (10:15 +0200)
commit8ec7cfce3762299ae289c384e281b2f4010ae231
tree082448607171fa20a7f7520e9a0218cf2a52eea6
parent649ccd08534ee26deb2e5b08509800d0e95167f5
ALSA: oxygen: Fix logical-not-parentheses warning

This fixes the following warning, that is seen with gcc 5.1:
warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses].

Signed-off-by: Tomer Barletz <barletz@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/oxygen/oxygen_mixer.c