commit | c9c2c27d7ceca8c2856c5008f2002bddb384f518 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Apr 16 15:46:55 2019 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jun 03 16:34:27 2019 +0200 |
tree | cafa65120e2e5d80ef78d1bcf475bd2359b56de3 | |
parent | 36b7ee4dce9e519cf87917eccbaabb53638fdf03 [diff] |
debugfs: make debugfs_create_u32_array() return void The single user of debugfs_create_u32_array() does not care about the return value of it, so make it return void as there is no need to do anything with the return value. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>