Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367511
b: refs/heads/master
c: 3f8060a
h: refs/heads/master
i:
  367509: e7c2785
  367507: 3dd11f2
  367503: ac9931b
v: v3
  • Loading branch information
Jingoo Han authored and Anton Vorontsov committed Apr 1, 2013
1 parent 423bfb6 commit 83e9cdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: f11d018fd6f24e611e06d6aedd91c59831b3bf05
refs/heads/master: 3f8060a5fe1825dce3bf9870f4bef964fe6374c9
2 changes: 0 additions & 2 deletions trunk/drivers/power/88pm860x_charger.c
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,6 @@ static int pm860x_charger_probe(struct platform_device *pdev)
while (--i >= 0)
free_irq(info->irq[i], info);
out:
kfree(info);
return ret;
}

Expand All @@ -728,7 +727,6 @@ static int pm860x_charger_remove(struct platform_device *pdev)
free_irq(info->irq[0], info);
for (i = 0; i < info->irq_nums; i++)
free_irq(info->irq[i], info);
kfree(info);
return 0;
}

Expand Down

0 comments on commit 83e9cdd

Please sign in to comment.