Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332227
b: refs/heads/master
c: 70ec905
h: refs/heads/master
i:
  332225: 79a4337
  332223: 1dd6d3f
v: v3
  • Loading branch information
John Crispin committed Aug 22, 2012
1 parent 10c2a08 commit 03701b7
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 9c1628b603ee9d2bb220be0400c5dc6950cf012b
refs/heads/master: 70ec9054e7a65c878298666083f7d5b70ccf9032
2 changes: 1 addition & 1 deletion trunk/arch/mips/lantiq/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ int __init icu_of_init(struct device_node *node, struct device_node *parent)

/* the external interrupts are optional and xway only */
eiu_node = of_find_compatible_node(NULL, NULL, "lantiq,eiu");
if (eiu_node && of_address_to_resource(eiu_node, 0, &res)) {
if (eiu_node && !of_address_to_resource(eiu_node, 0, &res)) {
/* find out how many external irq sources we have */
const __be32 *count = of_get_property(node,
"lantiq,count", NULL);
Expand Down

0 comments on commit 03701b7

Please sign in to comment.