Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296831
b: refs/heads/master
c: 6d95b7f
h: refs/heads/master
i:
  296829: 21672e4
  296827: eb8fff8
  296823: f4b5b66
  296815: 36dcffd
  296799: 29ada73
  296767: 15b08be
  296703: 8b30f81
v: v3
  • Loading branch information
Linus Walleij authored and Samuel Ortiz committed Mar 6, 2012
1 parent 04eaa56 commit 9a955b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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: d2cb87c23e8514ca49c85adc5924999927bb9494
refs/heads/master: 6d95b7fdd0bd2e28ef651da6863d75edca4c2aca
5 changes: 3 additions & 2 deletions trunk/drivers/mfd/ab8500-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -956,11 +956,12 @@ int __devinit ab8500_init(struct ab8500 *ab8500)
return ret;

out_freeirq:
if (ab8500->irq_base) {
if (ab8500->irq_base)
free_irq(ab8500->irq, ab8500);
out_removeirq:
if (ab8500->irq_base)
ab8500_irq_remove(ab8500);
}

return ret;
}

Expand Down

0 comments on commit 9a955b4

Please sign in to comment.