mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00: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:
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user