mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-13 13:46:31 +07:00
greybus: endo: fix ida memory leak
Fix yet another ida memory leak due to failure to call the destructor. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
fcfc762f17
commit
26b7ba66c1
@ -547,4 +547,5 @@ int __init gb_endo_init(void)
|
||||
|
||||
void gb_endo_exit(void)
|
||||
{
|
||||
ida_destroy(&greybus_endo_id_map);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user