Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287268
b: refs/heads/master
c: 7e3a70f
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Grant Likely committed Feb 2, 2012
1 parent 5fae145 commit 6a95680
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: d166370ad86b33b1111af3a0cdd7de94e03789a6
refs/heads/master: 7e3a70fb7bccada029c188c89bfbf3c0a63c1500
1 change: 1 addition & 0 deletions trunk/drivers/gpio/gpio-ml-ioh.c
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ static int __devinit ioh_gpio_probe(struct pci_dev *pdev,
chip->reg = chip->base;
chip->ch = i;
mutex_init(&chip->lock);
spin_lock_init(&chip->spinlock);
ioh_gpio_setup(chip, num_ports[i]);
ret = gpiochip_add(&chip->gpio);
if (ret) {
Expand Down

0 comments on commit 6a95680

Please sign in to comment.