diff options
author | Greg Kroah-Hartman <[email protected]> | 2019-06-11 19:54:33 +0200 |
---|---|---|
committer | Tony Luck <[email protected]> | 2019-06-20 11:44:36 -0700 |
commit | 40d796243478e0d072a7e637e7558c3c8216b60a (patch) | |
tree | b264b6f38b6223fc475756d7d9dd5e66886f2d37 /net/lapb/lapb_in.c | |
parent | ff70cacc967f9455e4b6f62b9a57b5962d9fb725 (diff) |
EDAC: Make edac_debugfs_create_x*() return void
The return values of edac_debugfs_create_x16() and
edac_debugfs_create_x8() are never checked (as they don't need to be),
so no need to have them return anything, just make the functions return
void instead.
This is done with the goal of being able to change the debugfs_create_x*
functions to also not return a value.
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Cc: James Morse <[email protected]>
Cc: linux-edac <[email protected]>
Cc: Mauro Carvalho Chehab <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions