ALSA: oxygen: Fix logical-not-parentheses warning
authorTomer Barletz <barletz@gmail.com>
Sun, 2 Aug 2015 09:08:57 +0000 (02:08 -0700)
committerWilly Tarreau <w@1wt.eu>
Sat, 27 Aug 2016 09:40:40 +0000 (11:40 +0200)
commitc5a8b0061e44ebdb48e082d498a635e31c1a4c01
treecb041c211fe3f53dcbe5b6b29d5a7d0e8c10f406
parent2fa2c236c0b448ffe60b141c014654ef18e27dae
ALSA: oxygen: Fix logical-not-parentheses warning

commit 8ec7cfce3762299ae289c384e281b2f4010ae231 upstream.

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>
Signed-off-by: Willy Tarreau <w@1wt.eu>
sound/pci/oxygen/oxygen_mixer.c