patch-2.4.0-test10 linux/drivers/char/dtlk.c

Next file: linux/drivers/char/dz.c
Previous file: linux/drivers/char/dsp56k.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/drivers/char/dtlk.c linux/drivers/char/dtlk.c
@@ -392,7 +392,6 @@
 {
 	current->state = TASK_INTERRUPTIBLE;
 	schedule_timeout((ms * HZ + 1000 - HZ) / 1000);
-	current->state = TASK_RUNNING;
 }
 
 static int dtlk_readable(void)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)