linux-uconsole/drivers/misc/mic/host
Greg Kroah-Hartman 7e9f02a789 mic: no need to check return value of debugfs_create functions
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.

Cc: Ashutosh Dixit <ashutosh.dixit@intel.com>
Cc: linux-kernel@vger.kernel.org
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Sudeep Dutt <sudeep.dutt@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-06-18 13:47:24 +02:00
..
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mic_boot.c mic: Rename ioremap pointer to remap 2019-02-26 12:54:55 +01:00
mic_debugfs.c mic: no need to check return value of debugfs_create functions 2019-06-18 13:47:24 +02:00
mic_device.h misc: mic: MIC host and card driver changes to enable VOP 2016-02-09 17:32:37 -08:00
mic_intr.c misc: mic: Remove COSM functionality from the MIC host driver 2015-10-04 12:46:06 +01:00
mic_intr.h misc: mic: MIC host driver specific changes to enable SCIF 2015-05-24 12:13:37 -07:00
mic_main.c misc: mic: MIC host and card driver changes to enable VOP 2016-02-09 17:32:37 -08:00
mic_smpt.c misc: mic: Remove COSM functionality from the MIC host driver 2015-10-04 12:46:06 +01:00
mic_smpt.h misc: mic: MIC host driver specific changes to enable SCIF 2015-05-24 12:13:37 -07:00
mic_x100.c misc: mic: use common error path 2016-02-07 22:53:40 -08:00
mic_x100.h