Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131872
b: refs/heads/master
c: 5312dc6
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Feb 27, 2009
1 parent d543bd5 commit 952424e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dbda6ac0897603f6c6dfadbbc37f9882177ec7ac
refs/heads/master: 5312dc6bc0df9c5ffae543b6f62e4d0970ad2cc6
1 change: 0 additions & 1 deletion trunk/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 952424e

Please sign in to comment.