Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220638
b: refs/heads/master
c: 1558b51
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Samuel Ortiz committed Oct 28, 2010
1 parent cd897b4 commit b9f3eff
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 8220fe4cb25d0177bd0795a516d2023799008ca0
refs/heads/master: 1558b51eb7c813b3d90bdd68057403f7cac191fa
3 changes: 3 additions & 0 deletions trunk/drivers/mfd/max8998-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ int max8998_irq_init(struct max8998_dev *max8998)

void max8998_irq_exit(struct max8998_dev *max8998)
{
if (max8998->ono)
free_irq(max8998->ono, max8998);

if (max8998->irq)
free_irq(max8998->irq, max8998);
}

0 comments on commit b9f3eff

Please sign in to comment.