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 Original line Diff line number Diff line
@@ -927,7 +927,6 @@ static void __exit pcwd_cleanup_module(void)
{
{
	if (pcwd_private.io_addr)
	if (pcwd_private.io_addr)
		pcwatchdog_exit();
		pcwatchdog_exit();
	return;
}
}


module_init(pcwd_init_module);
module_init(pcwd_init_module);