commit | 4802c6533af3223f43b9e4a1bb8a2a1c51f398b1 | [log] [tgz] |
---|---|---|
author | Wim Van Sebroeck <wim@iguana.be> | Wed Jul 19 22:39:13 2006 +0200 |
committer | Wim Van Sebroeck <wim@iguana.be> | Tue Oct 03 21:34:56 2006 +0200 |
tree | 374cdecc2395e01bbc1ae55bf99a70feb52c9e0c | |
parent | 3836cc0ff8c875e21a8119e7a4f0227f6e227650 [diff] |
[WATCHDOG] iTCO_wdt.c - pci_dev_put fix for_each_pci_dev calls pci_get_device (and thus it calls pci_dev_get). So we need to do a pci_dev_put to keep the refcounting correct. (Thanks to Jiri Slaby <jirislaby@gmail.com>) Signed-off-by: Wim Van Sebroeck <wim@iguana.be>