git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3836cc0
)
[WATCHDOG] iTCO_wdt.c - pci_dev_put fix
author
Wim Van Sebroeck
<wim@iguana.be>
Wed, 19 Jul 2006 20:39:13 +0000
(22:39 +0200)
committer
Wim 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