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>
This commit is contained in:
parent
a2b9e3e74a
commit
7df0994d7b
1 changed files with 1 additions and 1 deletions
|
@ -1113,7 +1113,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;
|
||||
|
|
Loading…
Reference in a new issue