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:
2f14915
)
PCIe: portdrv: call pci_disable_device during remove
author
Alex Chiang
<achiang@hp.com>
Sun, 8 Mar 2009 02:35:47 +0000
(19:35 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 17 Mar 2009 00:52:56 +0000
(17:52 -0700)
commit
d89987193631bf23d1735c55d13a06d4b8d0e9bd
upstream.
The PCIe port driver calls pci_enable_device() during probe but
never calls pci_disable_device() during remove.
Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found