summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorOliver Endriss <o.endriss@gmx.de>2006-08-09 00:51:04 +0200
committerOliver Endriss <o.endriss@gmx.de>2006-08-09 00:51:04 +0200
commit0da4fac60c51c9949031d8a9bfe92f4337855278 (patch)
tree73f0391e1d47064273f6a655082f9fbeaebb12fd /linux
parentc3ad1883e7776dfe16804b5947277f9565825d66 (diff)
downloadmediapointer-dvb-s2-0da4fac60c51c9949031d8a9bfe92f4337855278.tar.gz
mediapointer-dvb-s2-0da4fac60c51c9949031d8a9bfe92f4337855278.tar.bz2
[dvb_attach] dvb_frontend_detach fix
From: Oliver Endriss <o.endriss@gmx.de> dvb_frontend_detach() used invalid config option CONFIG_DVB_DETACH, so dvb_frontend_detach() did not call symbol_put_addr(). Replaced CONFIG_DVB_DETACH by CONFIG_DVB_CORE_ATTACH. Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/media/dvb/dvb-core/dvb_frontend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/dvb_frontend.c b/linux/drivers/media/dvb/dvb-core/dvb_frontend.c
index ba5ffa981..378261485 100644
--- a/linux/drivers/media/dvb/dvb-core/dvb_frontend.c
+++ b/linux/drivers/media/dvb/dvb-core/dvb_frontend.c
@@ -1119,7 +1119,7 @@ int dvb_unregister_frontend(struct dvb_frontend* fe)
}
EXPORT_SYMBOL(dvb_unregister_frontend);
-#ifdef CONFIG_DVB_DETACH
+#ifdef CONFIG_DVB_CORE_ATTACH
void dvb_frontend_detach(struct dvb_frontend* fe)
{
void *ptr;