diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-04-27 12:12:37 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-04-27 12:12:37 +0000 |
commit | df5e4d6882589cee518247400d785abbfb470240 (patch) | |
tree | 16c966053677a162038e547d827775a899885bb4 /linux/drivers/media/dvb | |
parent | 19e333202f72c13f3d78fcdb935ed454d402e779 (diff) | |
download | mediapointer-dvb-s2-df5e4d6882589cee518247400d785abbfb470240.tar.gz mediapointer-dvb-s2-df5e4d6882589cee518247400d785abbfb470240.tar.bz2 |
Siano: smsdvb - remove redundent 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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r-- | linux/drivers/media/dvb/siano/smsdvb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/siano/smsdvb.c b/linux/drivers/media/dvb/siano/smsdvb.c index 3991883b7..255ee5719 100644 --- a/linux/drivers/media/dvb/siano/smsdvb.c +++ b/linux/drivers/media/dvb/siano/smsdvb.c @@ -488,7 +488,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); |