]> 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)
commite4c625b38972513d9bdb76fbbade810616c5ea43
tree69006636c6434ed4071f606726901a33ce739b2d
parenta1fe7c755400af92f0070a66f48f00b659aeacac
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