Home
last modified time | relevance | path

Searched hist:"02 f36911c1b41fcd8779fa0c135aab0554333fa5" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mfd/
H A Dintel-lpss.cdiff 02f36911c1b41fcd8779fa0c135aab0554333fa5 Fri Jun 21 14:56:31 CEST 2019 Andy Shevchenko <andriy.shevchenko@linux.intel.com> mfd: intel-lpss: Release IDA resources

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: 4b45efe85263 ("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>