mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-24 05:04:00 +08: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:
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);
|
||||
|
Loading…
Reference in New Issue
Block a user