Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210911
b: refs/heads/master
c: eba93fc
h: refs/heads/master
i:
  210909: a51c5a6
  210907: 9e5bf98
  210903: 6275761
  210895: 984907f
  210879: b04e361
v: v3
  • Loading branch information
Axel Lin authored and Linus Torvalds committed Sep 23, 2010
1 parent bdf53d1 commit 9722796
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f5665518c20c01e9045314872878f5788cb3fff2
refs/heads/master: eba93fcc34d6c4387ce8fbb53bb7b685f91f3343
2 changes: 2 additions & 0 deletions trunk/drivers/rtc/rtc-ab3100.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ static int __init ab3100_rtc_probe(struct platform_device *pdev)
err = PTR_ERR(rtc);
return err;
}
platform_set_drvdata(pdev, rtc);

return 0;
}
Expand All @@ -244,6 +245,7 @@ static int __exit ab3100_rtc_remove(struct platform_device *pdev)
struct rtc_device *rtc = platform_get_drvdata(pdev);

rtc_device_unregister(rtc);
platform_set_drvdata(pdev, NULL);
return 0;
}

Expand Down

0 comments on commit 9722796

Please sign in to comment.