Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330106
b: refs/heads/master
c: 2830a6d
h: refs/heads/master
v: v3
  • Loading branch information
Vincent Palatin authored and Linus Torvalds committed Oct 5, 2012
1 parent e7c9ce7 commit 7d20336
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 179a502f8c4605c502f798e18f66ae096fe42402
refs/heads/master: 2830a6d20139df2198d63235df7957712adb28e5
1 change: 1 addition & 0 deletions trunk/drivers/rtc/class.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ void rtc_device_unregister(struct rtc_device *rtc)
rtc_proc_del_device(rtc);
device_unregister(&rtc->dev);
rtc->ops = NULL;
ida_simple_remove(&rtc_ida, rtc->id);
mutex_unlock(&rtc->ops_lock);
put_device(&rtc->dev);
}
Expand Down

0 comments on commit 7d20336

Please sign in to comment.