]> git.baikalelectronics.ru Git - kernel.git/commit
debugfs: make debugfs_create_u32_array() return void
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Apr 2019 13:46:55 +0000 (15:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Jun 2019 14:34:27 +0000 (16:34 +0200)
commit04ad9e80d45031232aaf53468b2f635939961f9c
treecafa65120e2e5d80ef78d1bcf475bd2359b56de3
parentdb12b8909655f341f4660398c955d6b36da8ecad
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>
Documentation/filesystems/debugfs.txt
fs/debugfs/file.c
include/linux/debugfs.h