Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276378
b: refs/heads/master
c: de28f25
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Dec 2, 2011
1 parent de96a2b commit 161239f
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: c1be84309c58b1e7c6d626e28fba41a22b364c3d
refs/heads/master: de28f25e8244c7353abed8de0c7792f5f883588c
1 change: 1 addition & 0 deletions trunk/kernel/time/clockevents.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ void clockevents_exchange_device(struct clock_event_device *old,
* released list and do a notify add later.
*/
if (old) {
old->event_handler = clockevents_handle_noop;
clockevents_set_mode(old, CLOCK_EVT_MODE_UNUSED);
list_del(&old->list);
list_add(&old->list, &clockevents_released);
Expand Down

0 comments on commit 161239f

Please sign in to comment.