Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256717
b: refs/heads/master
c: 3330057
h: refs/heads/master
i:
  256715: 213800a
v: v3
  • Loading branch information
Axel Lin authored and Grant Likely committed Jun 16, 2011
1 parent 6f78ec8 commit eb26c74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: a57339b4b5daf23b4cec450b37906d5f8b5fa722
refs/heads/master: 33300571b1111264fd0c5701733f7576323f3e35
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/gpio-ml-ioh.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ static int __devinit ioh_gpio_probe(struct pci_dev *pdev,
return 0;

err_gpiochip_add:
for (; i != 0; i--) {
while (--i >= 0) {
chip--;
ret = gpiochip_remove(&chip->gpio);
if (ret)
Expand Down

0 comments on commit eb26c74

Please sign in to comment.