summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries/dlpar.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-06-12 17:54:18 +0200
committerMichael Ellerman <mpe@ellerman.id.au>2019-06-19 20:05:08 +1000
commit1b7de1df997a57e3e144bdb31ceaee9c16d6d284 (patch)
tree6deaebc99dd7161343e37d966fb30316c1433a83 /arch/powerpc/platforms/pseries/dlpar.c
parent0b1be03f25bb4c92de6408da4de9361f4cb50ae3 (diff)
downloadlinux-1b7de1df997a57e3e144bdb31ceaee9c16d6d284.tar.bz2
cxl: 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. Because there's no need to check, also make the return value of the local debugfs_create_io_x64() call void, as no one ever did anything with the return value (as they did not need to.) And make the cxl_debugfs_* calls return void as no one was even checking their return value at all. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Frederic Barrat <fbarrat@linux.ibm.com> Acked-by: Andrew Donnellan <ajd@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/platforms/pseries/dlpar.c')
0 files changed, 0 insertions, 0 deletions