Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311823
b: refs/heads/master
c: 3cfd16a
h: refs/heads/master
i:
  311821: cd92810
  311819: 6cb3d64
  311815: bf2fc5f
  311807: 052eac7
v: v3
  • Loading branch information
Lee Jones authored and Linus Torvalds committed Jul 11, 2012
1 parent 8fe4af4 commit e6ea2f8
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: 4bf2bba3750f10aa9e62e6949bc7e8329990f01b
refs/heads/master: 3cfd16a551dc0c188160e1765168a04baf2d3198
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-ab8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ static int __devinit ab8500_rtc_probe(struct platform_device *pdev)
}

err = request_threaded_irq(irq, NULL, rtc_alarm_handler,
IRQF_NO_SUSPEND, "ab8500-rtc", rtc);
IRQF_NO_SUSPEND | IRQF_ONESHOT, "ab8500-rtc", rtc);
if (err < 0) {
rtc_device_unregister(rtc);
return err;
Expand Down

0 comments on commit e6ea2f8

Please sign in to comment.