Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336817
b: refs/heads/master
c: ce931f5
h: refs/heads/master
i:
  336815: 77fb1bd
v: v3
  • Loading branch information
Linus Walleij committed Oct 26, 2012
1 parent d5a2376 commit 426e175
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: d0235677311cbd404a3dcd3c0f24bf15dd24dd36
refs/heads/master: ce931f571b6dcf8534e8740e8cd16565cf362536
4 changes: 2 additions & 2 deletions trunk/drivers/gpio/gpio-mvebu.c
Original file line number Diff line number Diff line change
Expand Up @@ -645,8 +645,8 @@ static int __devinit mvebu_gpio_probe(struct platform_device *pdev)
IRQ_NOREQUEST, IRQ_LEVEL | IRQ_NOPROBE);

/* Setup irq domain on top of the generic chip. */
mvchip->domain = irq_domain_add_legacy(np, mvchip->chip.ngpio,
mvchip->irqbase, 0,
mvchip->domain = irq_domain_add_simple(np, mvchip->chip.ngpio,
mvchip->irqbase,
&irq_domain_simple_ops,
mvchip);
if (!mvchip->domain) {
Expand Down

0 comments on commit 426e175

Please sign in to comment.