Skip to content
Commit c9c2c27d authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

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: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 36b7ee4d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment