summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
authorJohannes Stezenbach <devnull@localhost>2004-07-11 18:17:38 +0000
committerJohannes Stezenbach <devnull@localhost>2004-07-11 18:17:38 +0000
commit481ccf4d48f8ed8928ab6d2ef02b39a6349ac300 (patch)
treea82fe943201056f41512be1539345a44e3b12059 /linux/drivers/media
parente8fb0223d74bc481f46c67b67b02428beea9fdeb (diff)
downloadmediapointer-dvb-s2-481ccf4d48f8ed8928ab6d2ef02b39a6349ac300.tar.gz
mediapointer-dvb-s2-481ccf4d48f8ed8928ab6d2ef02b39a6349ac300.tar.bz2
patch by Christopher Pascoe: remove bogus up(fe->sem) on fe thread exit
Diffstat (limited to 'linux/drivers/media')
-rw-r--r--linux/drivers/media/dvb/dvb-core/dvb_frontend.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/dvb_frontend.c b/linux/drivers/media/dvb/dvb-core/dvb_frontend.c
index 1d564cd95..a45978f5e 100644
--- a/linux/drivers/media/dvb/dvb-core/dvb_frontend.c
+++ b/linux/drivers/media/dvb/dvb-core/dvb_frontend.c
@@ -1,5 +1,6 @@
/*
- * dvb-core.c: DVB core driver
+ * dvb_frontend.c: DVB frontend tuning interface/thread
+ *
*
* Copyright (C) 1999-2001 Ralph Metzler
* Marcus Metzler
@@ -611,8 +612,6 @@ static int dvb_frontend_thread (void *data)
if (dvb_shutdown_timeout)
dvb_frontend_internal_ioctl (&fe->frontend, FE_SLEEP, NULL);
- up (&fe->sem);
-
fe->thread_pid = 0;
mb();