Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69f83d52 authored by Wim Van Sebroeck's avatar Wim Van Sebroeck
Browse files

[WATCHDOG] pcwd.c pcwd_cleanup_module patch



static void pcwd_cleanup_module doesn't need a return;

Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent 2891b6ad
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -927,7 +927,6 @@ static void __exit pcwd_cleanup_module(void)
{
	if (pcwd_private.io_addr)
		pcwatchdog_exit();
	return;
}

module_init(pcwd_init_module);