Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311766
b: refs/heads/master
c: 626f991
h: refs/heads/master
v: v3
  • Loading branch information
Laxman Dewangan authored and Linus Walleij committed Jul 5, 2012
1 parent 40e03e7 commit 1e96302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 33a4e985bab25d6753b52d1322b4e2fff706dd4f
refs/heads/master: 626f9914a371e22f15135f67db6c2aa64adbdacb
1 change: 1 addition & 0 deletions trunk/drivers/gpio/gpio-tps65910.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ static int __devinit tps65910_gpio_probe(struct platform_device *pdev)
tps65910_gpio->gpio_chip.set = tps65910_gpio_set;
tps65910_gpio->gpio_chip.get = tps65910_gpio_get;
tps65910_gpio->gpio_chip.dev = &pdev->dev;
tps65910_gpio->gpio_chip.of_node = tps65910->dev->of_node;
if (pdata && pdata->gpio_base)
tps65910_gpio->gpio_chip.base = pdata->gpio_base;
else
Expand Down

0 comments on commit 1e96302

Please sign in to comment.