staging: wfx: fix test on return value of gpiod_get_value()
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Mon, 19 Oct 2020 16:06:04 +0000 (18:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Oct 2020 12:23:59 +0000 (13:23 +0100)
commitdf5fbca677c916d1959f814b41b841b65e450027
treef24967088fb7216a11963a9bb992d59c905f46c9
parentd3a85737521a8570adf3a8171b4b3e42216686ec
staging: wfx: fix test on return value of gpiod_get_value()

The commit 8522d62e6bca ("staging: wfx: gpiod_get_value() can return an
error") has changed the way the driver test the value returned by
gpiod_get_value(). The new code was wrong.

Fixes: 8522d62e6bca ("staging: wfx: gpiod_get_value() can return an error")
Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20201019160604.1609180-2-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/bh.c