Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73380
b: refs/heads/master
c: 29dd0da
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Nov 7, 2007
1 parent c98145e commit 3133062
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: 9c88b6ba1c72a8bba30347b63f1531f2d9c2a309
refs/heads/master: 29dd0dae507f73f305aaea765f975eafd1fa5493
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-sh.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ static int __devinit sh_rtc_probe(struct platform_device *pdev)

rtc->rtc_dev = rtc_device_register("sh", &pdev->dev,
&sh_rtc_ops, THIS_MODULE);
if (IS_ERR(rtc)) {
if (IS_ERR(rtc->rtc_dev)) {
ret = PTR_ERR(rtc->rtc_dev);
goto err_badmap;
}
Expand Down

0 comments on commit 3133062

Please sign in to comment.