From: Johannes Thumshirn Date: Wed, 28 Oct 2015 07:22:16 +0000 (+0100) Subject: mcb: Destroy IDA on module unload X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=169883a63eb7e34e8e1c92fd451f34a5635c29ad;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git mcb: Destroy IDA on module unload Destroy mcb_ida on module_unload Signed-off-by: Johannes Thumshirn Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/mcb/mcb-core.c b/drivers/mcb/mcb-core.c index 9018ab83517a..a4be451074e5 100644 --- a/drivers/mcb/mcb-core.c +++ b/drivers/mcb/mcb-core.c @@ -409,6 +409,7 @@ static int mcb_init(void) static void mcb_exit(void) { + ida_destroy(&mcb_ida); bus_unregister(&mcb_bus_type); }