staging: unisys: visorbus: remove return values for write_vbus functions
authorErik Arfvidson <erik.arfvidson@unisys.com>
Sat, 11 Jun 2016 01:47:59 +0000 (21:47 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Aug 2016 18:44:24 +0000 (20:44 +0200)
commitff13cf37fac6961c1c53886eb47753c82cc16963
treee5a45f5a6470e15776bca83c14bfda88204ca0e3
parentec7e0a189b3b3cab6c3dea72017683fccebee3dd
staging: unisys: visorbus: remove return values for write_vbus functions

This patch removes the return values from the write_vbus_* channel
functions. Nobody was checking the return values and the value stored
into the vbus info is not critical to the functioning of the device.

Signed-off-by: Erik Arfvidson <erik.arfvidson@unisys.com>
Signed-off-by: David Kershner <david.kershner@unisys.com>
Reviewed-by: Tim Sell <Timothy.Sell@unisys.com>
Acked-By: Neil Horman <nhorman@tuxdriver.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/visorbus_main.c