mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
mcb: Destroy IDA on module unload
Destroy mcb_ida on module_unload Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
bf25c19979
commit
169883a63e
@@ -409,6 +409,7 @@ static int mcb_init(void)
|
||||
|
||||
static void mcb_exit(void)
|
||||
{
|
||||
ida_destroy(&mcb_ida);
|
||||
bus_unregister(&mcb_bus_type);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user