Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98613
b: refs/heads/master
c: e5a2c9c
h: refs/heads/master
i:
  98611: 5117b3a
v: v3
  • Loading branch information
Uli Luckas authored and Russell King committed Jun 22, 2008
1 parent fc329c4 commit 15e63b3
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: ee98476bbc565f8fe42e198602e647288b6a258d
refs/heads/master: e5a2c9ccb3e849fed70674ac6880536eaf553dba
4 changes: 2 additions & 2 deletions trunk/drivers/rtc/rtc-sa1100.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,14 +331,14 @@ static int sa1100_rtc_probe(struct platform_device *pdev)
RCNR = 0;
}

device_init_wakeup(&pdev->dev, 1);

rtc = rtc_device_register(pdev->name, &pdev->dev, &sa1100_rtc_ops,
THIS_MODULE);

if (IS_ERR(rtc))
return PTR_ERR(rtc);

device_init_wakeup(&pdev->dev, 1);

platform_set_drvdata(pdev, rtc);

return 0;
Expand Down

0 comments on commit 15e63b3

Please sign in to comment.