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)
commit9927c6fa3e1d941c9b89f807f5d0480390eb0471
tree1a63e3c7ffb66637c0343b9411b40cd0752ba7e4
parentc7c1168909410e692be6df17d0092363a00f33a9
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