Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242502
b: refs/heads/master
c: 07611db
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Mar 24, 2011
1 parent 68083ce commit ba18089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 00a30b254b88d2d4f5af00835a9b7f70326def9b
refs/heads/master: 07611dbda5ccbd9a628f29686d62bafdd007db7b
4 changes: 1 addition & 3 deletions trunk/arch/x86/kernel/devicetree.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ unsigned int irq_create_of_mapping(struct device_node *controller,
return 0;
if (type == IRQ_TYPE_NONE)
return virq;
/* set the mask if it is different from current */
if (type == (irq_to_desc(virq)->status & IRQF_TRIGGER_MASK))
set_irq_type(virq, type);
irq_set_irq_type(virq, type);
return virq;
}
EXPORT_SYMBOL_GPL(irq_create_of_mapping);
Expand Down

0 comments on commit ba18089

Please sign in to comment.