diff mbox

[0904_7_3] Siano: smsdvb - remove redundent complete

Message ID 306127.22466.qm@web110815.mail.gq1.yahoo.com (mailing list archive)
State Accepted
Headers show

Commit Message

Uri Shkolnik April 27, 2009, 12:12 p.m. UTC
# HG changeset patch
# User Uri Shkolnik <uris@siano-ms.com>
# Date 1240834193 -10800
# Node ID 5601aa2e8c5e2af2b1f62e03fd4c4e04006c7b87
# Parent  cbd828b0fe102fa023280cfeadbcb20b54a39a47
Siano: smsdvb - remove redundant complete instruction

From: Uri Shkolnik <uris@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 <uris@siano-ms.com>




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

Patch

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);