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 a916cf144b65..a2c02fd5d6d0 100644 --- a/kernel/irq/proc.c +++ b/kernel/irq/proc.c | |||
@@ -475,7 +475,7 @@ int show_interrupts(struct seq_file *p, void *v) | |||
475 | for_each_online_cpu(j) | 475 | for_each_online_cpu(j) |
476 | any_count |= kstat_irqs_cpu(i, j); | 476 | any_count |= kstat_irqs_cpu(i, j); |
477 | action = desc->action; | 477 | action = desc->action; |
478 | if ((!action || action == &chained_action) && !any_count) | 478 | if ((!action || irq_desc_is_chained(desc)) && !any_count) |
479 | goto out; | 479 | goto out; |
480 | 480 | ||
481 | seq_printf(p, "%*d: ", prec, i); | 481 | seq_printf(p, "%*d: ", prec, i); |