]> git.baikalelectronics.ru Git - kernel.git/commit
debugfs: remove return value of debugfs_create_u16()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2019 13:29:25 +0000 (15:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Oct 2019 10:18:06 +0000 (12:18 +0200)
commit9d2d7fe67f10df4a14f5ee7edd441c7b258b9751
tree5c7f89b18ba55c5e15efcf387f6c7e03f91059be
parentfa99b589eff69f4ec3bec66d80edb23d918d39a4
debugfs: remove return value of debugfs_create_u16()

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

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