projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e527579
)
V4L/DVB (11729): Siano: smsdvb - remove redundent complete instruction
author
Uri Shkolnik
<uris@siano-ms.com>
Mon, 27 Apr 2009 12:12:37 +0000
(09:12 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Tue, 16 Jun 2009 22:14:25 +0000
(19:14 -0300)
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>
drivers/media/dvb/siano/smsdvb.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/siano/smsdvb.c
b/drivers/media/dvb/siano/smsdvb.c
index db3346dad8ec1d0bca9f8b3474918480a6dd1c51..9d6aab59a05e3272f666885102897b8bfb69f769 100644
(file)
--- a/
drivers/media/dvb/siano/smsdvb.c
+++ b/
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);