|
@@ -182,7 +182,7 @@ int show_interrupts(struct seq_file *p, void *v)
|
|
|
goto unlock;
|
|
|
seq_printf(p, "%3d: ",i);
|
|
|
seq_printf(p, "%10u ", kstat_irqs(i));
|
|
|
- seq_printf(p, " %14s", irq_desc[i].chip->name);
|
|
|
+ seq_printf(p, " %14s", irq_desc[i].irq_data.chip->name);
|
|
|
seq_printf(p, "-%-8s", irq_desc[i].name);
|
|
|
seq_printf(p, " %s", action->name);
|
|
|
|