Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336822
b: refs/heads/master
c: 5c868fc
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Stein authored and Linus Walleij committed Nov 4, 2012
1 parent c567b04 commit a21e61b
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: 1631081993b1e6a6d668b3eb089904b88f0efc2b
refs/heads/master: 5c868fc629b0e645a68aec3a6834d965e71531f4
1 change: 1 addition & 0 deletions trunk/drivers/gpio/gpio-pch.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ static void pch_gpio_setup(struct pch_gpio *chip)
struct gpio_chip *gpio = &chip->gpio;

gpio->label = dev_name(chip->dev);
gpio->dev = chip->dev;
gpio->owner = THIS_MODULE;
gpio->direction_input = pch_gpio_direction_input;
gpio->get = pch_gpio_get;
Expand Down

0 comments on commit a21e61b

Please sign in to comment.