commit | c7c1168909410e692be6df17d0092363a00f33a9 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Oct 11 15:29:28 2019 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Nov 02 18:09:12 2019 +0100 |
tree | 088a6c5b71ed3f7da2b2ff05002becaf469c5022 | |
parent | ff229319f436f8e54345d832996b69db63bfc2d9 [diff] |
debugfs: remove return value of debugfs_create_x8() No one checks the return value of debugfs_create_x8(), 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/20191011132931.1186197-5-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>