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:
c74e83a
)
V4L/DVB (5639a): Fix dst usage count
author
Manu Abraham
<abraham.manu@gmail.com>
Sun, 13 May 2007 15:23:43 +0000
(12:23 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Tue, 22 May 2007 19:00:14 +0000
(16:00 -0300)
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/bt8xx/dst.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/bt8xx/dst.c
b/drivers/media/dvb/bt8xx/dst.c
index 0393a3d19920607e68189386def7e5f0ba707082..e908e3cf1e506fe554bdf18b01c7a48b1686535d 100644
(file)
--- a/
drivers/media/dvb/bt8xx/dst.c
+++ b/
drivers/media/dvb/bt8xx/dst.c
@@
-1721,9
+1721,6
@@
static void dst_release(struct dvb_frontend *fe)
symbol_put(dst_ca_attach);
#endif
}
-#ifdef CONFIG_DVB_CORE_ATTACH
- symbol_put(dst_attach);
-#endif
kfree(state);
}