Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334810
b: refs/heads/master
c: 268300b
h: refs/heads/master
v: v3
  • Loading branch information
Linus Walleij committed Oct 23, 2012
1 parent 312fbdf commit 0ddf4da
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: 7ae9d71e8df27a3ab60a05ae3add08728debc09c
refs/heads/master: 268300be0e1a0b06582af55251294b268c3d4654
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/pinctrl-nomadik.c
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ static int nmk_gpio_to_irq(struct gpio_chip *chip, unsigned offset)
struct nmk_gpio_chip *nmk_chip =
container_of(chip, struct nmk_gpio_chip, chip);

return irq_find_mapping(nmk_chip->domain, offset);
return irq_create_mapping(nmk_chip->domain, offset);
}

#ifdef CONFIG_DEBUG_FS
Expand Down

0 comments on commit 0ddf4da

Please sign in to comment.