Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363020
b: refs/heads/master
c: 06b62d8
h: refs/heads/master
v: v3
  • Loading branch information
Patrice CHOTARD authored and Linus Walleij committed Apr 18, 2013
1 parent 03666e9 commit b54e598
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 54b7a05660a02b29382ed84cdeb8dd93eb8c8494
refs/heads/master: 06b62d82146fed98fcb846c4d93d85f1dea5d36a
1 change: 0 additions & 1 deletion trunk/drivers/pinctrl/pinctrl-abx500.c
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,6 @@ static int abx500_gpio_probe(struct platform_device *pdev)
pct->parent = dev_get_drvdata(pdev->dev.parent);
pct->chip = abx500gpio_chip;
pct->chip.dev = &pdev->dev;
pct->chip.base = pdata->gpio_base;
pct->chip.base = (np) ? -1 : pdata->gpio_base;

/* initialize the lock */
Expand Down

0 comments on commit b54e598

Please sign in to comment.