commit | 3aff03739cb19938b25ac262be90faf58192e847 | [log] [tgz] |
---|---|---|
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | Tue Oct 30 16:01:49 2007 +0900 |
committer | Tony Luck <tony.luck@intel.com> | Tue Oct 30 09:54:47 2007 -0700 |
tree | 49ce33789a1af69b15baab5962812a5a102a6893 | |
parent | 41f667f213da4776e5883ce1e4188dc8e71f275e [diff] |
[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>