# HG changeset patch
# User Uri Shkolnik <u...@siano-ms.com>
# Date 1240834193 -10800
# Node ID 5601aa2e8c5e2af2b1f62e03fd4c4e04006c7b87
# Parent  cbd828b0fe102fa023280cfeadbcb20b54a39a47
Siano: smsdvb - remove redundant complete instruction

From: Uri Shkolnik <u...@siano-ms.com>

Remove redundant complete instruction from smsdvb, in the
past this was used by the statistics state machine, but
no longer.

Priority: normal

Signed-off-by: Uri Shkolnik <u...@siano-ms.com>

diff -r cbd828b0fe10 -r 5601aa2e8c5e linux/drivers/media/dvb/siano/smsdvb.c
--- a/linux/drivers/media/dvb/siano/smsdvb.c    Mon Apr 27 15:03:26 2009 +0300
+++ b/linux/drivers/media/dvb/siano/smsdvb.c    Mon Apr 27 15:09:53 2009 +0300
@@ -550,7 +550,6 @@ static int smsdvb_hotplug(struct smscore
        client->coredev = coredev;
 
        init_completion(&client->tune_done);
-       init_completion(&client->stat_done);
 
        kmutex_lock(&g_smsdvb_clientslock);
 



      
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to