Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19346
b: refs/heads/master
c: b6557fb
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Linus Torvalds committed Feb 1, 2006
1 parent 073df5a commit 1dd6c39
Show file tree
Hide file tree
Showing 2 changed files with 3 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: bc1978d404befacd272d0321ef749cc3192e488b
refs/heads/master: b6557fbca805217588a412f391a65ceafcf1a1af
3 changes: 2 additions & 1 deletion trunk/kernel/posix-timers.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@ void do_schedule_next_timer(struct siginfo *info)
info->si_overrun = timr->it_overrun_last;
}

unlock_timer(timr, flags);
if (timr)
unlock_timer(timr, flags);
}

int posix_timer_event(struct k_itimer *timr,int si_private)
Expand Down

0 comments on commit 1dd6c39

Please sign in to comment.