1
0
Fork 0
alistair23-linux/kernel/gcov
Greg Kroah-Hartman 1c769fc41a gcov: 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.

Also delete the dentry variable as it is never needed.

Acked-by: Peter Oberparleiter <oberpar@linux.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-06-03 16:18:12 +02:00
..
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile gcov: clang support 2019-05-14 19:52:51 -07:00
base.c gcov: clang support 2019-05-14 19:52:51 -07:00
clang.c gcov: clang support 2019-05-14 19:52:51 -07:00
fs.c gcov: no need to check return value of debugfs_create functions 2019-06-03 16:18:12 +02:00
gcc_3_4.c gcov: clang support 2019-05-14 19:52:51 -07:00
gcc_4_7.c gcov: clang support 2019-05-14 19:52:51 -07:00
gcc_base.c gcov: clang: move common GCC code into gcc_base.c 2019-05-14 19:52:51 -07:00
gcov.h gcov: clang support 2019-05-14 19:52:51 -07:00