From: Kenji Kaneshige Date: Tue, 30 Oct 2007 07:01:49 +0000 (+0900) Subject: [IA64] Fix incorrect return value from ia64_setup_msi_irq() X-Git-Tag: v2.6.24-rc2~74^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aff03739cb19938b25ac262be90faf58192e847;p=pandora-kernel.git [IA64] Fix incorrect return value from ia64_setup_msi_irq() Fix the problem that pci_enable_msi() fails on ia64 platform. The cause of this problem is incorrect return value of ia64_setup_msi_irq(). It must return 0 on success, instead of irq number. Signed-off-by: Kenji Kaneshige Signed-off-by: Tony Luck --- Reading git-diff-tree failed