diff options
Diffstat (limited to 'arch/powerpc/kernel/irq.c')
-rw-r--r-- | arch/powerpc/kernel/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/irq.c b/arch/powerpc/kernel/irq.c index 0a5570338b9..8f7da4402e9 100644 --- a/arch/powerpc/kernel/irq.c +++ b/arch/powerpc/kernel/irq.c | |||
@@ -618,7 +618,7 @@ struct irq_host *irq_alloc_host(struct device_node *of_node, | |||
618 | smp_wmb(); | 618 | smp_wmb(); |
619 | 619 | ||
620 | /* Clear norequest flags */ | 620 | /* Clear norequest flags */ |
621 | irq_to_desc(i)->status &= ~IRQ_NOREQUEST; | 621 | irq_clear_status_flags(i, IRQ_NOREQUEST); |
622 | 622 | ||
623 | /* Legacy flags are left to default at this point, | 623 | /* Legacy flags are left to default at this point, |
624 | * one can then use irq_create_mapping() to | 624 | * one can then use irq_create_mapping() to |