]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/mcb/mcb-parse.c
mcb: fix compiler warning logical-op in mcb-parse.c
authorMichael Moese <michael.moese@men.de>
Tue, 15 Nov 2016 09:36:51 +0000 (10:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Nov 2016 09:52:37 +0000 (10:52 +0100)
commitc836790ae55b854af0e95fce1349ef68f543b79b
treefb8cf22dca207cbc7d1bdd7cbd5d346fc2c8655b
parentb7d91c915290ab0bfbab84a0fb9c9eae57816982
mcb: fix compiler warning logical-op in mcb-parse.c

The expression was clearly wrong, the logical AND of expressions
must be changed to a logical OR.

Reported-by: David Binderman <dcb314@hotmail.com>
Signed-off-by: Michael Moese <michael.moese@men.de>
Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mcb/mcb-parse.c