Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126377
b: refs/heads/master
c: ba6c403
h: refs/heads/master
i:
  126375: 1d300b7
v: v3
  • Loading branch information
Julia Lawall authored and Linus Torvalds committed Jan 6, 2009
1 parent 11c8c4d commit 92e9bae
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: defb45147b85457461bfd3e57f0ecc05c18c429e
refs/heads/master: ba6c4033b9db22cb54e7e03dae5b624b7b0ffaf9
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-bfin.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ static int __devinit bfin_rtc_probe(struct platform_device *pdev)

/* Register our RTC with the RTC framework */
rtc->rtc_dev = rtc_device_register(pdev->name, dev, &bfin_rtc_ops, THIS_MODULE);
if (unlikely(IS_ERR(rtc))) {
if (unlikely(IS_ERR(rtc->rtc_dev))) {
ret = PTR_ERR(rtc->rtc_dev);
goto err_irq;
}
Expand Down

0 comments on commit 92e9bae

Please sign in to comment.