mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
mfd: intel-lpss: Release IDA resources
[ Upstream commit02f36911c1] ida instances allocate some internal memory for ->free_bitmap in addition to the base 'struct ida'. Use ida_destroy() to release that memory at module_exit(). Fixes:4b45efe852("mfd: Add support for Intel Sunrisepoint LPSS devices") Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
@@ -533,6 +533,7 @@ module_init(intel_lpss_init);
|
||||
|
||||
static void __exit intel_lpss_exit(void)
|
||||
{
|
||||
ida_destroy(&intel_lpss_devid_ida);
|
||||
debugfs_remove(intel_lpss_debugfs);
|
||||
}
|
||||
module_exit(intel_lpss_exit);
|
||||
|
||||
Reference in New Issue
Block a user