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:
6085483
)
PCIE: cleanup on probe error
author
Randy Dunlap
<rdunlap@xenotime.net>
Fri, 7 Jul 2006 04:36:01 +0000
(21:36 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 3 Aug 2006 20:20:06 +0000
(13:20 -0700)
If pcie_portdrv_probe() fails but it had already called
pci_enable_device(), then call pci_disable_device() when
returning error.
Is there some reason that this isn't being done?
or was it just missed?
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found