]> Git Repo - linux.git/commit
pciehp: remove unnecessary free_irq
authorKenji Kaneshige <[email protected]>
Mon, 13 Nov 2006 23:13:00 +0000 (15:13 -0800)
committerGreg Kroah-Hartman <[email protected]>
Fri, 1 Dec 2006 22:36:59 +0000 (14:36 -0800)
commit407f452b05f9e5d019c07077d05238bca1b45c4c
tree7d24f709bdd28a31f27d7433415d896181a43943
parenta57ed79ef1b71f6da44ebeabb41d019d172fb261
pciehp: remove unnecessary free_irq

This patch fixes the problem that the following error messages is
reported when pciehp driver is rmmoded.

Trying to free already-free IRQ XX

The cause of this problem is that pciehp driver is doing unknown 2nd
free_irq at driver unloading. This patch removes this unknown 2nd
free_irq call.

Note: The pciehp driver should be adapted to standard device driver
mode.

Signed-off-by: Kenji Kaneshige <[email protected]>
Signed-off-by: Kristen Carlson Accardi <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/pci/hotplug/pciehp_core.c
This page took 0.055259 seconds and 4 git commands to generate.