[WATCHDOG] pcwd.c pcwd_cleanup_module patch
authorWim Van Sebroeck <wim@iguana.be>
Sun, 12 Feb 2006 15:51:34 +0000 (16:51 +0100)
committerWim Van Sebroeck <wim@iguana.be>
Sun, 2 Apr 2006 16:50:57 +0000 (18:50 +0200)
static void pcwd_cleanup_module doesn't need a return;

Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/char/watchdog/pcwd.c

index 3d20241..e952c9b 100644 (file)
@@ -927,7 +927,6 @@ static void __exit pcwd_cleanup_module(void)
 {
        if (pcwd_private.io_addr)
                pcwatchdog_exit();
-       return;
 }
 
 module_init(pcwd_init_module);