1
0
Fork 0
alistair23-linux/arch/s390/hypfs
Greg Kroah-Hartman f36108c462 s390/hypfs: 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: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: linux-s390@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2019-01-28 15:58:54 +01:00
..
Makefile s390: add a few more SPDX identifiers 2017-12-05 07:51:09 +01:00
hypfs.h s390/hypfs: no need to check return value of debugfs_create functions 2019-01-28 15:58:54 +01:00
hypfs_dbfs.c s390/hypfs: no need to check return value of debugfs_create functions 2019-01-28 15:58:54 +01:00
hypfs_diag.c s390/hypfs: no need to check return value of debugfs_create functions 2019-01-28 15:58:54 +01:00
hypfs_diag0c.c s390/hypfs: no need to check return value of debugfs_create functions 2019-01-28 15:58:54 +01:00
hypfs_sprp.c s390/hypfs: no need to check return value of debugfs_create functions 2019-01-28 15:58:54 +01:00
hypfs_vm.c s390/hypfs: no need to check return value of debugfs_create functions 2019-01-28 15:58:54 +01:00
inode.c s390/hypfs: no need to check return value of debugfs_create functions 2019-01-28 15:58:54 +01:00