diff options
-rw-r--r-- | drivers/char/watchdog/pcwd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/watchdog/pcwd.c b/drivers/char/watchdog/pcwd.c index 85c94b205df1..3329cbffdb34 100644 --- a/drivers/char/watchdog/pcwd.c +++ b/drivers/char/watchdog/pcwd.c | |||
@@ -828,6 +828,7 @@ static void __devexit pcwatchdog_exit(void) | |||
828 | unregister_reboot_notifier(&pcwd_notifier); | 828 | unregister_reboot_notifier(&pcwd_notifier); |
829 | release_region(current_readport, (revision == PCWD_REVISION_A) ? 2 : 4); | 829 | release_region(current_readport, (revision == PCWD_REVISION_A) ? 2 : 4); |
830 | current_readport = 0x0000; | 830 | current_readport = 0x0000; |
831 | cards_found--; | ||
831 | } | 832 | } |
832 | 833 | ||
833 | /* | 834 | /* |