dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Uri Shkolnik 2009-04-27 09:12:37 -03:00 committed by Mauro Carvalho Chehab
parent e527579373
commit 2e25d1428a
1 changed files with 0 additions and 1 deletions

View File

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