1
0
Fork 0

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>
hifive-unleashed-5.1
Johannes Thumshirn 2015-10-28 08:22:16 +01:00 committed by Greg Kroah-Hartman
parent bf25c19979
commit 169883a63e
1 changed files with 1 additions and 0 deletions

View File

@ -409,6 +409,7 @@ static int mcb_init(void)
static void mcb_exit(void)
{
ida_destroy(&mcb_ida);
bus_unregister(&mcb_bus_type);
}