diff options
Diffstat (limited to 'kernel/irq/proc.c')
-rw-r--r-- | kernel/irq/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/irq/proc.c b/kernel/irq/proc.c index e3a8c9577ba6..7d6090519630 100644 --- a/kernel/irq/proc.c +++ b/kernel/irq/proc.c | |||
@@ -460,7 +460,7 @@ int show_interrupts(struct seq_file *p, void *v) | |||
460 | for_each_online_cpu(j) | 460 | for_each_online_cpu(j) |
461 | any_count |= kstat_irqs_cpu(i, j); | 461 | any_count |= kstat_irqs_cpu(i, j); |
462 | action = desc->action; | 462 | action = desc->action; |
463 | if (!action && !any_count) | 463 | if ((!action || action == &chained_action) && !any_count) |
464 | goto out; | 464 | goto out; |
465 | 465 | ||
466 | seq_printf(p, "%*d: ", prec, i); | 466 | seq_printf(p, "%*d: ", prec, i); |