]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[IA64] Fix incorrect return value from ia64_setup_msi_irq()
authorKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Tue, 30 Oct 2007 07:01:49 +0000 (16:01 +0900)
committerTony Luck <tony.luck@intel.com>
Tue, 30 Oct 2007 16:54:47 +0000 (09:54 -0700)
commit3aff03739cb19938b25ac262be90faf58192e847
tree49ce33789a1af69b15baab5962812a5a102a6893
parent41f667f213da4776e5883ce1e4188dc8e71f275e
[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 <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/msi_ia64.c