From: Wim Van Sebroeck Date: Wed, 19 Jul 2006 20:39:13 +0000 (+0200) Subject: [WATCHDOG] iTCO_wdt.c - pci_dev_put fix X-Git-Tag: v2.6.19-rc1~167^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4802c6533af3223f43b9e4a1bb8a2a1c51f398b1;p=pandora-kernel.git [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 ) Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed