From: Kenji Kaneshige Date: Mon, 13 Nov 2006 23:13:00 +0000 (-0800) Subject: pciehp: remove unnecessary free_irq X-Git-Tag: v2.6.20-rc1~34^2~40^2~473^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=407f452b05f9e5d019c07077d05238bca1b45c4c;p=pandora-kernel.git 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 Signed-off-by: Kristen Carlson Accardi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed