aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorUri Shkolnik <uris@siano-ms.com>2009-04-27 09:12:37 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-06-16 19:14:25 -0300
commit2e25d1428ae1a166954fb2cd0de422094a93fef1 (patch)
tree1ca881b6998e8aa474dea67a9373ef7425c13f26 /drivers/media
parentV4L/DVB (11728): Siano: smsdvb - modify license (diff)
downloadlinux-dev-2e25d1428ae1a166954fb2cd0de422094a93fef1.tar.xz
linux-dev-2e25d1428ae1a166954fb2cd0de422094a93fef1.zip
V4L/DVB (11729): Siano: smsdvb - remove redundent complete instruction
Remove redundant complete instruction from smsdvb, in the past this was used by the statistics state machine, but no longer. Signed-off-by: Uri Shkolnik <uris@siano-ms.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/dvb/siano/smsdvb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/siano/smsdvb.c b/drivers/media/dvb/siano/smsdvb.c
index db3346dad8ec..9d6aab59a05e 100644
--- a/drivers/media/dvb/siano/smsdvb.c
+++ b/drivers/media/dvb/siano/smsdvb.c
@@ -485,7 +485,6 @@ static int smsdvb_hotplug(struct smscore_device_t *coredev,
client->coredev = coredev;
init_completion(&client->tune_done);
- init_completion(&client->stat_done);
kmutex_lock(&g_smsdvb_clientslock);