Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6557fbc authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Linus Torvalds
Browse files

[PATCH] hrtimers: fix possible use of NULL pointer in posix-timers



Fixup the conversion of posix-timers to hrtimers.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent bc1978d4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -290,6 +290,7 @@ void do_schedule_next_timer(struct siginfo *info)
		info->si_overrun = timr->it_overrun_last;
	}

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