diff options
Diffstat (limited to 'arch/mips/lantiq/irq.c')
-rw-r--r-- | arch/mips/lantiq/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/lantiq/irq.c b/arch/mips/lantiq/irq.c index 87f15d64afa2..f36acd1b3808 100644 --- a/arch/mips/lantiq/irq.c +++ b/arch/mips/lantiq/irq.c | |||
@@ -341,7 +341,7 @@ int __init icu_of_init(struct device_node *node, struct device_node *parent) | |||
341 | 341 | ||
342 | /* the external interrupts are optional and xway only */ | 342 | /* the external interrupts are optional and xway only */ |
343 | eiu_node = of_find_compatible_node(NULL, NULL, "lantiq,eiu"); | 343 | eiu_node = of_find_compatible_node(NULL, NULL, "lantiq,eiu"); |
344 | if (eiu_node && of_address_to_resource(eiu_node, 0, &res)) { | 344 | if (eiu_node && !of_address_to_resource(eiu_node, 0, &res)) { |
345 | /* find out how many external irq sources we have */ | 345 | /* find out how many external irq sources we have */ |
346 | const __be32 *count = of_get_property(node, | 346 | const __be32 *count = of_get_property(node, |
347 | "lantiq,count", NULL); | 347 | "lantiq,count", NULL); |