public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Incorrect MSI interrupt type name
@ 2006-11-14  7:22 Zhang, Yanmin
  2006-11-14  7:43 ` Andrew Morton
  0 siblings, 1 reply; 4+ messages in thread
From: Zhang, Yanmin @ 2006-11-14  7:22 UTC (permalink / raw)
  To: LKML; +Cc: linux-ia64@vger.kernel.org

/proc/interrupts shows "<NULL>" for MSI interrupt type name on
my ia64 machine.

Below patch against 2.6.19-rc5-mm1 fixes it.

Signed-off-by: Zhang Yanmin <yanmin.zhang@intel.com>

---

--- linux-2.6.19-rc5-mm1/arch/ia64/kernel/msi_ia64.c	2006-11-14 14:16:12.000000000 +0800
+++ linux-2.6.19-rc5-mm1_fix/arch/ia64/kernel/msi_ia64.c	2006-11-14 15:08:37.000000000 +0800
@@ -115,7 +115,7 @@ static int ia64_msi_retrigger_irq(unsign
  * Generic ops used on most IA64 platforms.
  */
 static struct irq_chip ia64_msi_chip = {
-	.name		= "PCI-MSI",
+	.typename	= "PCI-MSI",
 	.mask		= mask_msi_irq,
 	.unmask		= unmask_msi_irq,
 	.ack		= ia64_ack_msi_irq,

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-11-14  8:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-14  7:22 [PATCH] Incorrect MSI interrupt type name Zhang, Yanmin
2006-11-14  7:43 ` Andrew Morton
2006-11-14  8:21   ` Zhang, Yanmin
2006-11-14  8:31   ` Eric W. Biederman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox