[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)
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>

No differences found