Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242501
b: refs/heads/master
c: 00a30b2
h: refs/heads/master
i:
  242499: 3834244
v: v3
  • Loading branch information
Thomas Gleixner committed Mar 24, 2011
1 parent f920037 commit 68083ce
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: cbb84c4cc1ad0ab8faaffd899ccc9b14a88c91be
refs/heads/master: 00a30b254b88d2d4f5af00835a9b7f70326def9b
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/devicetree.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ unsigned int irq_create_of_mapping(struct device_node *controller,
return 0;
ret = ih->xlate(ih, intspec, intsize, &virq, &type);
if (ret)
return ret;
return 0;
if (type == IRQ_TYPE_NONE)
return virq;
/* set the mask if it is different from current */
Expand Down

0 comments on commit 68083ce

Please sign in to comment.