diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2006-08-08 18:51:04 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 11:30:31 -0400 |
commit | 7df0994d7bda8eb30b459e31f8b6be97a8f1b0b0 (patch) | |
tree | 652e40478c7e445ed00c6ffa65cdec8cf7526d3c | |
parent | a2b9e3e74a8edbc4a9d266cc54cd30266215fbdf (diff) |
V4L/DVB (4492): [dvb_attach] dvb_frontend_detach fix
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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | drivers/media/dvb/dvb-core/dvb_frontend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-core/dvb_frontend.c b/drivers/media/dvb/dvb-core/dvb_frontend.c index 86dadc71cd61..3dd5dbafb330 100644 --- a/drivers/media/dvb/dvb-core/dvb_frontend.c +++ b/drivers/media/dvb/dvb-core/dvb_frontend.c | |||
@@ -1113,7 +1113,7 @@ int dvb_unregister_frontend(struct dvb_frontend* fe) | |||
1113 | } | 1113 | } |
1114 | EXPORT_SYMBOL(dvb_unregister_frontend); | 1114 | EXPORT_SYMBOL(dvb_unregister_frontend); |
1115 | 1115 | ||
1116 | #ifdef CONFIG_DVB_DETACH | 1116 | #ifdef CONFIG_DVB_CORE_ATTACH |
1117 | void dvb_frontend_detach(struct dvb_frontend* fe) | 1117 | void dvb_frontend_detach(struct dvb_frontend* fe) |
1118 | { | 1118 | { |
1119 | void *ptr; | 1119 | void *ptr; |