mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-04 04:02:26 +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