EDAC: Do not check return value of debugfs_create() functions
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Jan 2019 15:21:16 +0000 (16:21 +0100)
committerBorislav Petkov <bp@suse.de>
Wed, 23 Jan 2019 09:41:18 +0000 (10:41 +0100)
commit912ebd99edfa1d1695083fa6d34ac878346ac66b
treed9a0fa992f59cd05baaecab645d9f9fc068a2ac0
parent794a48cec678486b63cfe8218f0fe693711d683f
EDAC: 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.

 [ bp: Make edac_debugfs_init() return void too, while at it. ]

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: James Morse <james.morse@arm.com>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: linux-edac <linux-edac@vger.kernel.org>
Link: https://lkml.kernel.org/r/20190122152151.16139-17-gregkh@linuxfoundation.org
drivers/edac/debugfs.c
drivers/edac/edac_module.h