浏览代码

[WATCHDOG] pcwd.c card_found-- fix.

When doing a __devexit from a card we should also
decrement the cards_found counter.

Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Wim Van Sebroeck 19 年之前
父节点
当前提交
f1c3a0567a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/char/watchdog/pcwd.c

+ 1 - 0
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--;
 }
 
 /*