Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108933
b: refs/heads/master
c: 8c9166f
h: refs/heads/master
i:
  108931: b9a6b77
v: v3
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed Aug 20, 2008
1 parent 35988ae commit 90c10bb
Show file tree
Hide file tree
Showing 2 changed files with 2 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: fe2e1cf83a46c879a66ec5146ba7a09a6aef0a5c
refs/heads/master: 8c9166f7a60b67909632ea60a032c18d84ed8af0
3 changes: 1 addition & 2 deletions trunk/drivers/rtc/rtc-bfin.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ static int __devinit bfin_rtc_probe(struct platform_device *pdev)
if (unlikely(!rtc))
return -ENOMEM;
platform_set_drvdata(pdev, rtc);
device_init_wakeup(dev, 1);

/* Grab the IRQ and init the hardware */
ret = request_irq(IRQ_RTC, bfin_rtc_interrupt, IRQF_SHARED, pdev->name, dev);
Expand All @@ -386,8 +387,6 @@ static int __devinit bfin_rtc_probe(struct platform_device *pdev)
goto err_irq;
}

device_init_wakeup(dev, 1);

return 0;

err_irq:
Expand Down

0 comments on commit 90c10bb

Please sign in to comment.