From e49307df06fe473c4fa7871714d052003e90ae4d Mon Sep 17 00:00:00 2001 From: Wim Van Sebroeck Date: Sat, 10 Dec 2005 14:36:24 +0100 Subject: [PATCH] --- yaml --- r: 20228 b: refs/heads/master c: f1c3a0567aa5086e755e58385740f9ece911c06e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/char/watchdog/pcwd.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index b901e914f1f8..c03b0dc711f7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fd41fa616f21efc36eb80696475ceb33ea047a6a +refs/heads/master: f1c3a0567aa5086e755e58385740f9ece911c06e diff --git a/trunk/drivers/char/watchdog/pcwd.c b/trunk/drivers/char/watchdog/pcwd.c index 85c94b205df1..3329cbffdb34 100644 --- a/trunk/drivers/char/watchdog/pcwd.c +++ b/trunk/drivers/char/watchdog/pcwd.c @@ -828,6 +828,7 @@ static void __devexit pcwatchdog_exit(void) unregister_reboot_notifier(&pcwd_notifier); release_region(current_readport, (revision == PCWD_REVISION_A) ? 2 : 4); current_readport = 0x0000; + cards_found--; } /*