Skip to content

Commit

Permalink
Revert "MIPS: Print irq handler description"
Browse files Browse the repository at this point in the history
This reverts commit 558d1de.
  • Loading branch information
Ralf Baechle committed Feb 27, 2009
1 parent dbda6ac commit 5312dc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/mips/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ int show_interrupts(struct seq_file *p, void *v)
seq_printf(p, "%10u ", kstat_cpu(j).irqs[i]);
#endif
seq_printf(p, " %14s", irq_desc[i].chip->name);
seq_printf(p, "-%-8s", irq_desc[i].name);
seq_printf(p, " %s", action->name);

for (action=action->next; action; action = action->next)
Expand Down

0 comments on commit 5312dc6

Please sign in to comment.