Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287267
b: refs/heads/master
c: d166370
h: refs/heads/master
i:
  287265: 20e8b07
  287263: 6b7b788
v: v3
  • Loading branch information
Axel Lin authored and Grant Likely committed Feb 2, 2012
1 parent 0e3723a commit 5fae145
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: 876cf5e7b9e4bae014b0fa2cc18b21bce6d99073
refs/heads/master: d166370ad86b33b1111af3a0cdd7de94e03789a6
1 change: 1 addition & 0 deletions trunk/drivers/gpio/gpio-pch.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ static int __devinit pch_gpio_probe(struct pci_dev *pdev,
chip->reg = chip->base;
pci_set_drvdata(pdev, chip);
mutex_init(&chip->lock);
spin_lock_init(&chip->spinlock);
pch_gpio_setup(chip);
ret = gpiochip_add(&chip->gpio);
if (ret) {
Expand Down

0 comments on commit 5fae145

Please sign in to comment.