Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334813
b: refs/heads/master
c: 38843e2
h: refs/heads/master
i:
  334811: ef63897
v: v3
  • Loading branch information
Linus Walleij committed Oct 23, 2012
1 parent fae485d commit f152f7d
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: 832b6cdf72fdc32cacba242a749402d28f4648f0
refs/heads/master: 38843e29217bc6b6fce80a5bf19d1636ee337c77
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/pinctrl-nomadik.c
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@ static int __devinit nmk_gpio_probe(struct platform_device *dev)

if (!np)
irq_start = NOMADIK_GPIO_TO_IRQ(pdata->first_gpio);
nmk_chip->domain = irq_domain_add_simple(NULL,
nmk_chip->domain = irq_domain_add_simple(np,
NMK_GPIO_PER_CHIP, irq_start,
&nmk_gpio_irq_simple_ops, nmk_chip);
if (!nmk_chip->domain) {
Expand Down

0 comments on commit f152f7d

Please sign in to comment.