mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
[PATCH] mmtimer build fix
Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
1da177e4c3
commit
8d38eadb7a
@@ -485,7 +485,7 @@ void mmtimer_tasklet(unsigned long data) {
|
|||||||
goto out;
|
goto out;
|
||||||
t->it_overrun = 0;
|
t->it_overrun = 0;
|
||||||
|
|
||||||
if (tasklist_lock.write_lock || posix_timer_event(t, 0) != 0) {
|
if (posix_timer_event(t, 0) != 0) {
|
||||||
|
|
||||||
// printk(KERN_WARNING "mmtimer: cannot deliver signal.\n");
|
// printk(KERN_WARNING "mmtimer: cannot deliver signal.\n");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user