Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263656
b: refs/heads/master
c: dec35d1
h: refs/heads/master
v: v3
  • Loading branch information
Ilkka Koskinen authored and John Stultz committed Aug 10, 2011
1 parent 6a5968a commit d5ba3ae
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: bf6ed027bcc93f8d54d321fe87f0434b25699eb1
refs/heads/master: dec35d19c4ec65b94df3b27b6e373f0d48c9cd32
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-twl.c
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ static int __devinit twl_rtc_probe(struct platform_device *pdev)
if (ret < 0)
goto out1;

ret = request_irq(irq, twl_rtc_interrupt,
ret = request_threaded_irq(irq, NULL, twl_rtc_interrupt,
IRQF_TRIGGER_RISING,
dev_name(&rtc->dev), rtc);
if (ret < 0) {
Expand Down

0 comments on commit d5ba3ae

Please sign in to comment.