Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330493
b: refs/heads/master
c: f4f95ad
h: refs/heads/master
i:
  330491: e80c0bf
v: v3
  • Loading branch information
Dan Carpenter authored and Anton Vorontsov committed Sep 20, 2012
1 parent ef415b4 commit 9e07bc7
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: a22b41a31e5382792151f193d185a3cd39593cfd
refs/heads/master: f4f95adf7caa9078e15c55407573208683dcb1b7
2 changes: 1 addition & 1 deletion trunk/drivers/power/da9052-battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ static s32 __devinit da9052_bat_probe(struct platform_device *pdev)
return 0;

err:
for (; i >= 0; i--) {
while (--i >= 0) {
irq = platform_get_irq_byname(pdev, da9052_bat_irqs[i]);
free_irq(bat->da9052->irq_base + irq, bat);
}
Expand Down

0 comments on commit 9e07bc7

Please sign in to comment.