commit | 697e55d35dcb441cc5bd800efae0f98ec8d63fd9 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Mon Oct 20 23:01:04 2014 -0500 |
committer | Greg Kroah-Hartman <greg@kroah.com> | Tue Oct 21 14:36:11 2014 +0800 |
tree | 5340183c112098c368d207fb36bc2e4fc3c2ae2a | |
parent | fb305c335ca3c7f175c18654d952880ec91df9ef [diff] |
greybus: improve module cleanup code When a module gets destroyed all of its state and the state of its interfaces and connections (etc.) need to be torn down. This is not now being done properly. Add this teardown code. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>