V4L/DVB (12817): tm6000: add a missing symbol_put
Signed-off-by: Michel Ludwig <michel.ludwig@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
5b74c2c739
commit
e762d420b4
|
@ -315,6 +315,9 @@ void tm6000_dvb_unregister(struct tm6000_core *dev)
|
|||
// mutex_lock(&tm6000_driver.open_close_mutex);
|
||||
if(dvb->frontend) {
|
||||
dvb_unregister_frontend(dvb->frontend);
|
||||
#ifdef CONFIG_DVB_CORE_ATTACH
|
||||
symbol_put(xc3028_attach);
|
||||
#endif
|
||||
}
|
||||
|
||||
dvb_dmxdev_release(&dvb->dmxdev);
|
||||
|
|
Loading…
Reference in New Issue