[PATCH v4] mmc: dw_mmc: let device core setup the default pin configuration
Doug Anderson
dianders at chromium.org
Tue Apr 9 19:30:09 EDT 2013
Thomas,
On Mon, Apr 8, 2013 at 10:59 PM, Thomas Abraham
<thomas.abraham at linaro.org> wrote:
> @@ -2002,7 +1994,7 @@ static int dw_mci_init_slot(struct dw_mci *host, unsigned int id)
> if (ret) {
> dev_err(host->dev,
> "failed to enable regulator: %d\n", ret);
> - goto err_setup_bus;
> + return ret;
It seems like you'd need a "mmc_free_host(mmc);" in this case don't
you? AKA: this should be a goto and not a return.
-Doug
More information about the linux-arm-kernel
mailing list