From: Uri Shkolnik Date: Mon, 27 Apr 2009 12:12:37 +0000 (-0300) Subject: V4L/DVB (11729): Siano: smsdvb - remove redundent complete instruction X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=2e25d1428ae1a166954fb2cd0de422094a93fef1;p=deliverable%2Flinux.git 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 Signed-off-by: Mauro Carvalho Chehab --- 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);