Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358772
b: refs/heads/master
c: c7886b1
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Linus Walleij committed Feb 14, 2013
1 parent 8fece90 commit af3e704
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e9a65bb63e5fe45b9d0ecd1983749786858da14d
refs/heads/master: c7886b18273b07042e25e8d3ba5c983837b84123
3 changes: 2 additions & 1 deletion trunk/drivers/gpio/gpio-em.c
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,9 @@ static int em_gio_probe(struct platform_device *pdev)
irq_chip->irq_set_type = em_gio_irq_set_type;
irq_chip->flags = IRQCHIP_SKIP_SET_WAKE;

p->irq_domain = irq_domain_add_linear(pdev->dev.of_node,
p->irq_domain = irq_domain_add_simple(pdev->dev.of_node,
pdata->number_of_pins,
pdata->irq_base,
&em_gio_irq_domain_ops, p);
if (!p->irq_domain) {
ret = -ENXIO;
Expand Down

0 comments on commit af3e704

Please sign in to comment.