]> git.baikalelectronics.ru Git - kernel.git/commit
debugfs: remove return value of debugfs_create_atomic_t()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Oct 2019 13:03:32 +0000 (06:03 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 3 Nov 2019 13:03:01 +0000 (14:03 +0100)
commit4f866fe7e58605070f6902e4d068304d67ddfde1
tree1a63e3c7ffb66637c0343b9411b40cd0752ba7e4
parent39d4dda81560a5a4f67875a02cc018169327018f
debugfs: remove return value of debugfs_create_atomic_t()

No one checks the return value of debugfs_create_atomic_t(), 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/20191016130332.GA28240@kroah.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/filesystems/debugfs.txt
fs/debugfs/file.c
include/linux/debugfs.h