Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320869
b: refs/heads/master
c: 7ead551
h: refs/heads/master
i:
  320867: d5e8dbb
v: v3
  • Loading branch information
Devendra Naga authored and Linus Torvalds committed Aug 1, 2012
1 parent 882aa06 commit a1ab372
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: d833352a4338dc31295ed832a30c9ccff5c7a183
refs/heads/master: 7ead55119ba58523c31f52365b5eb33f3bb34b3e
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-88pm80x.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@ static int __devinit pm80x_rtc_probe(struct platform_device *pdev)

info->rtc_dev = rtc_device_register("88pm80x-rtc", &pdev->dev,
&pm80x_rtc_ops, THIS_MODULE);
ret = PTR_ERR(info->rtc_dev);
if (IS_ERR(info->rtc_dev)) {
ret = PTR_ERR(info->rtc_dev);
dev_err(&pdev->dev, "Failed to register RTC device: %d\n", ret);
goto out_rtc;
}
Expand Down

0 comments on commit a1ab372

Please sign in to comment.