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:
57fbf52
)
PCI: eliminate redundant pci_stop_dev() call from pci_destroy_dev()
author
Alex Chiang
<achiang@hp.com>
Tue, 19 May 2009 01:02:38 +0000
(19:02 -0600)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Thu, 11 Jun 2009 19:04:19 +0000
(12:04 -0700)
We always call pci_stop_bus_device before calling pci_destroy_dev.
Since pci_stop_bus_device calls pci_stop_dev, there is no need
for pci_destroy_dev to repeat the call.
Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
No differences found