Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18629
b: refs/heads/master
c: 3868cca
h: refs/heads/master
i:
  18627: 69fbe29
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Jan 17, 2006
1 parent a64c083 commit d473591
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 511c3a2beefbb7d263063f2fef48615fba2d7255
refs/heads/master: 3868cca523e20a2600f6a9b1feebb69a6c8ccb68
3 changes: 2 additions & 1 deletion trunk/arch/arm26/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ int show_interrupts(struct seq_file *p, void *v)
if (i < NR_IRQS) {
action = irq_desc[i].action;
if (!action)
continue;
goto out;
seq_printf(p, "%3d: %10u ", i, kstat_irqs(i));
seq_printf(p, " %s", action->name);
for (action = action->next; action; action = action->next) {
Expand All @@ -152,6 +152,7 @@ int show_interrupts(struct seq_file *p, void *v)
show_fiq_list(p, v);
seq_printf(p, "Err: %10lu\n", irq_err_count);
}
out:
return 0;
}

Expand Down

0 comments on commit d473591

Please sign in to comment.