staging: unisys: remove visorinput.c double negative comparison
authorErik Arfvidson <erik.arfvidson@unisys.com>
Thu, 24 Mar 2016 13:18:10 +0000 (09:18 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Mar 2016 14:30:36 +0000 (07:30 -0700)
commit4d12b5ee26e31b964b8918e7adde081103213b06
tree068dd03d594d1358e7b8167cbf211239a66f4af9
parent800aecc30b946e849f256e52dfe5c278fc32eb13
staging: unisys: remove visorinput.c double negative comparison

This patch simply removes the double negative comparison for
test_bit since test_bit already preforms this check.

Signed-off-by: Erik Arfvidson <erik.arfvidson@unisys.com>
Signed-off-by: David Kershner <david.kershner@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorinput/visorinput.c