commit | a01fc2a295af6418d665d8f9c18af6017a929065 | [log] [tgz] |
---|---|---|
author | Michał Zegan <webczat@webczatnet.pl> | Sat Feb 18 18:06:47 2017 +0100 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Apr 24 21:41:17 2017 +0200 |
tree | ebd9c36f3190e6db764b2da5543712b045e3340b | |
parent | eb7c00e1461124ad0e85f1a9a3954d7164809c13 [diff] |
mmc: meson-gx: remove mmc host on device removal The mmc host was added in meson_mmc_probe, but never removed in meson_mmc_remove. Fix that by removing the host before deallocating other resources. Signed-off-by: Michał Zegan <webczat@webczatnet.pl> Tested-by: Michał Zegan <webczat@webczatnet.pl> Acked-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>