diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-12 17:15:31 +0200 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2019-06-14 16:04:21 +0200 |
commit | 6e4f929ea8b2097b0052f6674de839a3c9d477e9 (patch) | |
tree | 3ac36d2510081a2967aba8e2429fc42459239c8b /arch/x86/tools/chkobjdump.awk | |
parent | 068b053dca0e2ab40b3d953b102a178654eec282 (diff) | |
download | linux-6e4f929ea8b2097b0052f6674de839a3c9d477e9.tar.gz linux-6e4f929ea8b2097b0052f6674de839a3c9d477e9.tar.bz2 linux-6e4f929ea8b2097b0052f6674de839a3c9d477e9.zip |
x86/mce: Do not 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.
The only way this can fail is if:
* debugfs superblock can not be pinned - something really went wrong with the
vfs layer.
* file is created with same name - the caller's fault.
* new_inode() fails - happens if memory is exhausted.
so failing to clean up debugfs properly is the least of the system's
sproblems in uch a situation.
[ bp: Extend commit message, remove unused err var in inject_init(). ]
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: linux-edac <linux-edac@vger.kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Tony Luck <tony.luck@intel.com>
Cc: x86-ml <x86@kernel.org>
Link: https://lkml.kernel.org/r/20190612151531.GA16278@kroah.com
Diffstat (limited to 'arch/x86/tools/chkobjdump.awk')
0 files changed, 0 insertions, 0 deletions