diff options
| author | Kenji Kaneshige <[email protected]> | 2006-11-13 15:13:00 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2006-12-01 14:36:59 -0800 |
| commit | 407f452b05f9e5d019c07077d05238bca1b45c4c (patch) | |
| tree | 7d24f709bdd28a31f27d7433415d896181a43943 /include/linux/debugobjects.h | |
| parent | a57ed79ef1b71f6da44ebeabb41d019d172fb261 (diff) | |
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]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions