[WATCHDOG] iTCO_wdt.c - pci_dev_put fix
authorWim Van Sebroeck <wim@iguana.be>
Wed, 19 Jul 2006 20:39:13 +0000 (22:39 +0200)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 3 Oct 2006 19:34:56 +0000 (21:34 +0200)
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>

No differences found