mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 00:30:52 +07:00
[WATCHDOG] pcwd.c pcwd_cleanup_module patch
static void pcwd_cleanup_module doesn't need a return; Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
This commit is contained in:
parent
2891b6ad18
commit
69f83d5216
@ -927,7 +927,6 @@ static void __exit pcwd_cleanup_module(void)
|
||||
{
|
||||
if (pcwd_private.io_addr)
|
||||
pcwatchdog_exit();
|
||||
return;
|
||||
}
|
||||
|
||||
module_init(pcwd_init_module);
|
||||
|
Loading…
Reference in New Issue
Block a user