diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2007-05-13 12:23:43 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-05-22 16:00:14 -0300 |
commit | a6d7613226c4e159b12fbaad707ddadf47b38ccf (patch) | |
tree | 470764bf8f14821aa64c97c3f018e6479b914ec6 /drivers/media/dvb/bt8xx | |
parent | c74e83a8632fd88560a533980a0d4c3922325326 (diff) | |
download | op-kernel-dev-a6d7613226c4e159b12fbaad707ddadf47b38ccf.zip op-kernel-dev-a6d7613226c4e159b12fbaad707ddadf47b38ccf.tar.gz |
V4L/DVB (5639a): Fix dst usage count
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/bt8xx')
-rw-r--r-- | drivers/media/dvb/bt8xx/dst.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/dvb/bt8xx/dst.c b/drivers/media/dvb/bt8xx/dst.c index 0393a3d..e908e3c 100644 --- 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); } |