commit | eb5c20de351867120c8dfb6d523d5795a3125b02 | [log] [tgz] |
---|---|---|
author | Adrian Hunter <adrian.hunter@intel.com> | Tue Apr 12 14:25:08 2016 +0300 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon May 02 10:33:29 2016 +0200 |
tree | 154104ac4d4d79835ab8b7006c84bc861e9dddae | |
parent | d310ae4936ccf1186851692c511483c794dd7701 [diff] |
mmc: sdhci: Fix error paths in sdhci_add_host() Some error paths in sdhci_add_host() simply returned without cleaning up. Also the return value from mmc_add_host() was not being checked. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>