linux/drivers/staging/unisys
Greg Kroah-Hartman 4d883eeac4 staging: unisys: visornic: no need to check debugfs return values
When calling debugfs functions, there is no need to ever check the
return value.  The function can work or not, but the code logic should
never do something different based on this.

Clean up the visornic driver code by not caring about the value of
debugfs calls.  This ends up removing a number of lines of code that are
not needed.

Cc: David Kershner <david.kershner@unisys.com>
Cc: Tim Sell <timothy.sell@unisys.com>
Cc: David Binder <david.binder@unisys.com>
Cc: Sameer Wadgaonkar <sameer.wadgaonkar@unisys.com>
Cc: Charles Daniels <cdaniels@fastmail.com>
Cc: sparmaintainer@unisys.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-06-01 10:47:43 +02:00
..
Documentation staging: unisys: Switch to use new generic UUID API 2017-08-22 14:56:03 -07:00
include drivers: visorbus: move driver out of staging 2017-12-08 16:37:50 +01:00
visorhba drivers: visorbus: move driver out of staging 2017-12-08 16:37:50 +01:00
visorinput staging: unisys: visorinput: use the full 80 characters of the screen 2018-02-16 15:42:22 +01:00
visornic staging: unisys: visornic: no need to check debugfs return values 2018-06-01 10:47:43 +02:00
Kconfig drivers: visorbus: move driver out of staging 2017-12-08 16:37:50 +01:00
MAINTAINERS staging: unisys: Fix incorrect unisys MAINTAINERS pattern 2017-11-02 11:45:57 +01:00
Makefile drivers: visorbus: move driver out of staging 2017-12-08 16:37:50 +01:00
TODO