projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1da177e
)
[PATCH] mmtimer build fix
author
Christoph Lameter
<clameter@engr.sgi.com>
Sat, 16 Apr 2005 22:23:53 +0000
(15:23 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Sat, 16 Apr 2005 22:23:53 +0000
(15:23 -0700)
Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/mmtimer.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/mmtimer.c
b/drivers/char/mmtimer.c
index 58eddfdd3110a3a7168f2b8bdbfabefb9691016a..12006182f575a4f3cd09827bcaaea6523077e7b3 100644
(file)
--- a/
drivers/char/mmtimer.c
+++ b/
drivers/char/mmtimer.c
@@
-485,7
+485,7
@@
void mmtimer_tasklet(unsigned long data) {
goto out;
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");