Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
6ba1ead7
Commit
6ba1ead7
authored
Oct 05, 2004
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PCI Hotplug: Oops, didn't mean to apply the msi pci express patch, so revert it
Signed-off-by:
Greg Kroah-Hartman
<
greg@kroah.com
>
parent
2c6dcbe7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
drivers/pci/hotplug/pciehp_hpc.c
drivers/pci/hotplug/pciehp_hpc.c
+0
-2
drivers/pci/hotplug/shpchp_hpc.c
drivers/pci/hotplug/shpchp_hpc.c
+0
-1
No files found.
drivers/pci/hotplug/pciehp_hpc.c
View file @
6ba1ead7
...
...
@@ -741,8 +741,6 @@ static void hpc_release_ctlr(struct controller *ctrl)
if
(
php_ctlr
->
irq
)
{
free_irq
(
php_ctlr
->
irq
,
ctrl
);
php_ctlr
->
irq
=
0
;
if
(
!
pcie_mch_quirk
)
pci_disable_msi
(
php_ctlr
->
pci_dev
);
}
}
if
(
php_ctlr
->
pci_dev
)
...
...
drivers/pci/hotplug/shpchp_hpc.c
View file @
6ba1ead7
...
...
@@ -792,7 +792,6 @@ static void hpc_release_ctlr(struct controller *ctrl)
if
(
php_ctlr
->
irq
)
{
free_irq
(
php_ctlr
->
irq
,
ctrl
);
php_ctlr
->
irq
=
0
;
pci_disable_msi
(
php_ctlr
->
pci_dev
);
}
}
if
(
php_ctlr
->
pci_dev
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment