Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273420
b: refs/heads/master
c: 782baa2
h: refs/heads/master
v: v3
  • Loading branch information
Todd Poynor authored and Samuel Ortiz committed Oct 24, 2011
1 parent 2e91c66 commit b7746df
Show file tree
Hide file tree
Showing 2 changed files with 7 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: ab2b9260df67e29d5bd69d989f2f84f8c2ed4238
refs/heads/master: 782baa20b201100e14ce065bb7b890169e7a5d3c
6 changes: 6 additions & 0 deletions trunk/drivers/mfd/twl6030-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,13 @@ static int twl6030_irq_pm_notifier(struct notifier_block *notifier,
twl_irq_wake_enabled = false;
}

disable_irq(twl_irq);
break;

case PM_POST_SUSPEND:
enable_irq(twl_irq);
break;

default:
break;
}
Expand Down

0 comments on commit b7746df

Please sign in to comment.