Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283088
b: refs/heads/master
c: 10d065e
h: refs/heads/master
v: v3
  • Loading branch information
Robert Marklund authored and Linus Torvalds committed Jan 11, 2012
1 parent 3801051 commit 1d9547c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c92182ee0b5a33c74e4b6c0ded36166e4ef3bc3e
refs/heads/master: 10d065e65b0be33e868f9c6da67026b5111480d8
4 changes: 2 additions & 2 deletions trunk/drivers/rtc/rtc-ab8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ static int __devinit ab8500_rtc_probe(struct platform_device *pdev)
return err;
}

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

0 comments on commit 1d9547c

Please sign in to comment.