diff options
author | Wim Van Sebroeck <wim@iguana.be> | 2006-02-12 16:51:34 +0100 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2006-04-02 18:50:57 +0200 |
commit | 69f83d5216e4bfffd51bb5729be2df38df0aeaf2 (patch) | |
tree | 140f067ffd549c88ec0c0a7e57928f92fe9d9935 /drivers/char/watchdog | |
parent | 2891b6ad188f8cd1407f17e52befb26b7e1f4de1 (diff) |
[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>
Diffstat (limited to 'drivers/char/watchdog')
-rw-r--r-- | drivers/char/watchdog/pcwd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/watchdog/pcwd.c b/drivers/char/watchdog/pcwd.c index 3d20241b126..e952c9bc12b 100644 --- a/drivers/char/watchdog/pcwd.c +++ b/drivers/char/watchdog/pcwd.c @@ -927,7 +927,6 @@ static void __exit pcwd_cleanup_module(void) { if (pcwd_private.io_addr) pcwatchdog_exit(); - return; } module_init(pcwd_init_module); |