staging: unisys: remove some dead code
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 7 Jan 2016 09:34:13 +0000 (12:34 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 01:34:58 +0000 (17:34 -0800)
commit3025ee74cc56f76b04b264777888cdccb673104c
tree1498c0447ebaa9506c00546bdcdbc21842855f15
parent58e1e5425f0dea78dcd9ae56c0330fa4ada6c792
staging: unisys: remove some dead code

queue_delayed_work() returns bool, not negative error codes.  It returns
false if the work has already been queued or true otherwise.  Since
we don't care about that, we can just remove the test.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Acked-by: Don Zickus <dzickus@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/visorchipset.c