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:
Родитель
bf25c19979
Коммит
169883a63e
|
@ -409,6 +409,7 @@ static int mcb_init(void)
|
|||
|
||||
static void mcb_exit(void)
|
||||
{
|
||||
ida_destroy(&mcb_ida);
|
||||
bus_unregister(&mcb_bus_type);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче