mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 16:25:42 -04:00
staging: unisys: remove void return from uislib_mod_exit()
Remove the extraneous return from the uislib module exit function. Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
81e4c97e66
commit
566a17405a
@@ -1626,7 +1626,6 @@ uislib_mod_exit(void)
|
||||
debugfs_remove(dir_debugfs);
|
||||
|
||||
DBGINF("goodbye.\n");
|
||||
return;
|
||||
}
|
||||
|
||||
module_init(uislib_mod_init);
|
||||
|
||||
Reference in New Issue
Block a user