patch-2.4.0-test12 linux/drivers/media/video/tvaudio.c
Next file: linux/drivers/media/video/zr36120.h
Previous file: linux/drivers/media/video/msp3400.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Tue Dec 5 12:43:47 2000
- Orig file:
v2.4.0-test11/linux/drivers/media/video/tvaudio.c
- Orig date:
Sun Nov 19 18:44:09 2000
diff -u --recursive --new-file v2.4.0-test11/linux/drivers/media/video/tvaudio.c linux/drivers/media/video/tvaudio.c
@@ -14,6 +14,7 @@
*
*/
+#include <linux/config.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/sched.h>
@@ -291,7 +292,7 @@
chip->thread = NULL;
dprintk("%s: thread exiting\n", chip->c.name);
if(chip->notify != NULL)
- up(chip->notify);
+ up_and_exit(chip->notify,0);
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)