]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: oxygen: Fix logical-not-parentheses warning
authorTomer Barletz <barletz@gmail.com>
Sun, 2 Aug 2015 09:08:57 +0000 (02:08 -0700)
committerJiri Slaby <jslaby@suse.cz>
Thu, 29 Sep 2016 09:14:04 +0000 (11:14 +0200)
commitf1e02250a6d3d79ffbfec6b7340ed5ee6c8e78f7
tree6a4e4a3fc9900da9a6d0784119a7ddc47d5589f0
parenta02b9364200829b15937dc274325c317c36ebc73
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>
Cc: Willy Tarreau <w@1wt.eu>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
sound/pci/oxygen/oxygen_mixer.c