Explorar o código

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>
Uri Shkolnik %!s(int64=16) %!d(string=hai) anos
pai
achega
2e25d1428a
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      drivers/media/dvb/siano/smsdvb.c

+ 0 - 1
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);