diff options
| author | Kenji Kaneshige <[email protected]> | 2006-11-13 15:13:09 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2006-12-01 14:37:00 -0800 |
| commit | 9d167dc367f22c07285137370816b83b4be9c697 (patch) | |
| tree | 6a0e252c92b88d9082409bd4594a5de4792ffa04 /include/linux | |
| parent | 407f452b05f9e5d019c07077d05238bca1b45c4c (diff) | |
pciehp: remove unnecessary pci_disable_msi
This patch fixes the problem that "irq XX: nobody cared" kernel oops
is reported when pciehp is once rmmoded and insmoded again. The cause
of this problem is pciehp driver calls pci_disable_msi() at controller
release time, even though it must be done by PCI Express Port Bus
driver. This patch removes unnecessary pci_disable_msi() call from
pciehp driver.
Signed-off-by: Kenji Kaneshige <[email protected]>
Signed-off-by: Kristen Carlson Accardi <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions