commit | fe166c6a2b9225d71b1b4f1035603e189f6c3640 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@google.com> | Mon Jul 27 14:23:44 2015 -0700 |
committer | Greg Kroah-Hartman <gregkh@google.com> | Tue Jul 28 14:47:03 2015 -0700 |
tree | e0ceb3b0568fde17777f713be9bfb5c36bf36c3e | |
parent | d8742156c1c0125b709c262c5a564bb828e126dc [diff] |
greybus: core: clean up ida memory for host controller We forgot to free any ida internal structures that were used by this host controller structure when we free the memory for the controller. So fix that up by doing so in the release function. Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>