]> git.baikalelectronics.ru Git - kernel.git/commit
debugfs: remove return value of debugfs_create_devm_seqfile()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Oct 2020 13:10:37 +0000 (15:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 30 Oct 2020 07:37:39 +0000 (08:37 +0100)
commitb9f45cd9688f753e9b3254934037f6ce467abeb7
tree69006636c6434ed4071f606726901a33ce739b2d
parent68ed2672b8fdb9454c449f573990714135c93adc
debugfs: remove return value of debugfs_create_devm_seqfile()

No one checks the return value of debugfs_create_devm_seqfile(), as it's
not needed, so make the return value void, so that no one tries to do so
in the future.

Link: https://lore.kernel.org/r/20201023131037.2500765-1-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/filesystems/debugfs.rst
fs/debugfs/file.c
include/linux/debugfs.h